Timothy Jaeryang Baek 1 mese fa
parent
commit
ed926c8f26
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/lib/components/chat/MessageInput.svelte

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

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