Files
open-webui-custom/src/lib
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-08 01:55:56 +04:00
2026-02-08 06:22:56 +04:00
2026-02-06 03:03:34 +04:00
2025-11-23 20:15:52 -05:00