mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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
1 changed files with 4 additions and 0 deletions
|
@ -176,3 +176,7 @@ p {
|
|||
}
|
||||
|
||||
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
|
||||
|
||||
.ace-line{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue