mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
fix: fix event binding for composition end in MessageInput
This commit is contained in:
@@ -1407,7 +1407,7 @@
|
||||
command = getCommand();
|
||||
}}
|
||||
on:compositionstart={() => (isComposing = true)}
|
||||
oncompositionend={(e) => {
|
||||
on:compositionend={(e) => {
|
||||
compositionEndedAt = e.timeStamp;
|
||||
isComposing = false;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user