]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Prevent premature submission on IME input (#16673)
authorAleksander Grygier <redacted>
Mon, 20 Oct 2025 12:21:12 +0000 (14:21 +0200)
committerGitHub <redacted>
Mon, 20 Oct 2025 12:21:12 +0000 (14:21 +0200)
commit79068501fac9a74cca7129a8e5a8281b410a853e
treead3735a016e6a48de225aa310c002a8f73012175
parent0e4a0cf2fae667d3efcf52f2f52398779d986b1d
Prevent premature submission on IME input (#16673)

* fix: Prevent premature submission on IME input

* chore: update webui static build

* refactor: Put IME completion checker in a helper function and add checking for `KeyboardEvent.eventKey === 229`

* chore: update webui static build

* chore: update webui static build

* chore: update webui static build
tools/server/public/index.html.gz
tools/server/webui/src/lib/components/app/chat/ChatForm/ChatForm.svelte
tools/server/webui/src/lib/components/app/chat/ChatMessages/ChatMessage.svelte
tools/server/webui/src/lib/utils/is-ime-composing.ts [new file with mode: 0644]