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:
John McLear 2013-02-12 00:08:44 +00:00
parent 24485283fd
commit 5f73a5ec30
1 changed files with 4 additions and 0 deletions

View File

@ -176,3 +176,7 @@ p {
}
#overlaysdiv { position: absolute; left: -1000px; top: -1000px; }
.ace-line{
overflow:hidden;
}