Files
open-webui/src
Algorithm5838 e3e4e1d9d3 fix: handle Gboard clipboard strip multi-line paste via beforeinput (#21265)
Gboard's clipboard suggestion strip sends multi-line pastes as
'insertText' in beforeinput rather than a standard paste event,
causing ProseMirror to drop the text content and insert only a
newline. Add a beforeinput handler that intercepts multi-line
insertText events on Android and manually inserts with hard breaks
to preserve the formatting.
2026-02-09 16:15:08 -06:00
..
2026-02-09 14:03:35 -06:00
2026-01-01 01:58:53 +04:00
2025-11-23 22:16:06 -05:00
2025-07-09 00:34:03 +04:00