mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 20:26:49 +02:00
very simple fix that might break other things but stops the caret focus being moved to the end of new lines when a long string without spaces is pasted into a pad
This commit is contained in:
parent
24485283fd
commit
5f73a5ec30
@ -176,3 +176,7 @@ p {
|
||||
}
|
||||
|
||||
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
|
||||
|
||||
.ace-line{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user