llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

server (webui): Fix Premature Submission During IME Conversion

Open mmngays opened this issue 2 days ago • 0 comments

This PR addresses an issue where text input in the server (webui) was inadvertently submitted during IME conversion. The fix ensures that inputs are processed only after the conversion is complete. This issue is commonly observed in the English webui.

mmngays avatar Feb 20 '25 12:02 mmngays