mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
revert
This commit is contained in:
parent
b3a95f40fc
commit
ed926c8f26
1 changed files with 1 additions and 1 deletions
|
|
@ -1130,7 +1130,7 @@
|
|||
return res;
|
||||
}}
|
||||
oncompositionstart={() => (isComposing = true)}
|
||||
oncompositionend={() => setTimeout(() => (isComposing = false))}
|
||||
oncompositionend={() => (isComposing = false)}
|
||||
on:keydown={async (e) => {
|
||||
e = e.detail.event;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue