MDL-53249 atto: Make sure all editors see end move event
This commit is contained in:
+4
-1
@@ -1973,7 +1973,10 @@ EditorSelection.prototype = {
|
||||
return;
|
||||
}
|
||||
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
|
||||
}, null, this);
|
||||
}, {
|
||||
// Standalone will make sure all editors receive the end event.
|
||||
standAlone: true
|
||||
}, this);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+4
-1
@@ -1960,7 +1960,10 @@ EditorSelection.prototype = {
|
||||
return;
|
||||
}
|
||||
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
|
||||
}, null, this);
|
||||
}, {
|
||||
// Standalone will make sure all editors receive the end event.
|
||||
standAlone: true
|
||||
}, this);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
+4
-1
@@ -118,7 +118,10 @@ EditorSelection.prototype = {
|
||||
return;
|
||||
}
|
||||
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
|
||||
}, null, this);
|
||||
}, {
|
||||
// Standalone will make sure all editors receive the end event.
|
||||
standAlone: true
|
||||
}, this);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user