actual fix

page-down-up-bugfix
John McLear 2021-01-07 19:23:40 +00:00
parent f3971c6c3e
commit 170dd43e8b
1 changed files with 1 additions and 0 deletions

View File

@ -3179,6 +3179,7 @@ function Ace2Inner() {
rep.selEnd[0] = rep.lines.length() - 1;
rep.selEnd[1] = rep.lines.atIndex(rep.selStart[0]).length;
retainPosition = false;
rep.selFocusAtStart = false;
}
// destroy selection if we're at the end