Commit b4483fb
committed
fix: broaden Gboard multi-line paste workaround to all mobile browsers
The existing workaround for Gboard clipboard history stripping line
breaks only applied to mobile WebViews. However, the same issue occurs
on regular mobile browsers (e.g., Chrome on Android with Gboard).
Removed the isWebView check so the manual multi-line paste handling
applies to all mobile environments, not just WebViews.1 parent 547c587 commit b4483fb
1 file changed
Lines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1005 | 1005 | | |
1006 | 1006 | | |
1007 | 1007 | | |
1008 | | - | |
1009 | | - | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1010 | 1012 | | |
1011 | 1013 | | |
1012 | 1014 | | |
1013 | | - | |
1014 | | - | |
1015 | | - | |
1016 | | - | |
1017 | | - | |
1018 | | - | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
| 1015 | + | |
| 1016 | + | |
1022 | 1017 | | |
1023 | 1018 | | |
1024 | 1019 | | |
| |||
0 commit comments