package
This commit is contained in:
parent
fe8a9d0681
commit
8b82f01cce
7 changed files with 15 additions and 3 deletions
|
|
@ -20620,7 +20620,10 @@ var Editor = function(renderer, session) {
|
|||
|
||||
this.onChangeMode();
|
||||
|
||||
this.$blockScrolling += 1;
|
||||
this.onCursorChange();
|
||||
this.$blockScrolling -= 1;
|
||||
|
||||
this.onScrollTopChange();
|
||||
this.onScrollLeftChange();
|
||||
this.onSelectionChange();
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Ace
|
||||
version 0.2.0
|
||||
commit c52d1b203027b580564254c830a28dab4b8ad1b3
|
||||
commit fe8a9d06812b800bf18615c254022444fb28f87b
|
||||
|
||||
|
||||
-->
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -2558,7 +2558,10 @@ var Editor = function(renderer, session) {
|
|||
|
||||
this.onChangeMode();
|
||||
|
||||
this.$blockScrolling += 1;
|
||||
this.onCursorChange();
|
||||
this.$blockScrolling -= 1;
|
||||
|
||||
this.onScrollTopChange();
|
||||
this.onScrollLeftChange();
|
||||
this.onSelectionChange();
|
||||
|
|
|
|||
|
|
@ -2558,7 +2558,10 @@ var Editor = function(renderer, session) {
|
|||
|
||||
this.onChangeMode();
|
||||
|
||||
this.$blockScrolling += 1;
|
||||
this.onCursorChange();
|
||||
this.$blockScrolling -= 1;
|
||||
|
||||
this.onScrollTopChange();
|
||||
this.onScrollLeftChange();
|
||||
this.onSelectionChange();
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -3124,7 +3124,10 @@ var Editor = function(renderer, session) {
|
|||
|
||||
this.onChangeMode();
|
||||
|
||||
this.$blockScrolling += 1;
|
||||
this.onCursorChange();
|
||||
this.$blockScrolling -= 1;
|
||||
|
||||
this.onScrollTopChange();
|
||||
this.onScrollLeftChange();
|
||||
this.onSelectionChange();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue