Merge pull request #17085 from ShirasawaSama/patch-10
fix: fix event binding for composition end in MessageInput
This commit is contained in:
commit
3d2fcef28f
|
|
@ -1407,7 +1407,7 @@
|
|||
command = getCommand();
|
||||
}}
|
||||
on:compositionstart={() => (isComposing = true)}
|
||||
oncompositionend={(e) => {
|
||||
on:compositionend={(e) => {
|
||||
compositionEndedAt = e.timeStamp;
|
||||
isComposing = false;
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue