mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
revert
This commit is contained in:
@@ -1130,7 +1130,7 @@
|
||||
return res;
|
||||
}}
|
||||
oncompositionstart={() => (isComposing = true)}
|
||||
oncompositionend={() => setTimeout(() => (isComposing = false))}
|
||||
oncompositionend={() => (isComposing = false)}
|
||||
on:keydown={async (e) => {
|
||||
e = e.detail.event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user