Timothy Jaeryang Baek 1 ماه پیش
والد
کامیت
ed926c8f26
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

+ 1 - 1
src/lib/components/chat/MessageInput.svelte

@@ -1130,7 +1130,7 @@
 														return res;
 													}}
 													oncompositionstart={() => (isComposing = true)}
-													oncompositionend={() => setTimeout(() => (isComposing = false))}
+													oncompositionend={() => (isComposing = false)}
 													on:keydown={async (e) => {
 														e = e.detail.event;