This commit is contained in:
Timothy Jaeryang Baek 2025-08-19 17:07:24 +04:00
parent b3a95f40fc
commit ed926c8f26

View file

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