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
parent
24485283fd
commit
5f73a5ec30
|
@ -176,3 +176,7 @@ p {
|
|||
}
|
||||
|
||||
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
|
||||
|
||||
.ace-line{
|
||||
overflow:hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue