Skip to content

Commit

Permalink
MDL-53249 atto: Make sure all editors see end move event
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmerrill committed Feb 26, 2016
1 parent 03b8b55 commit 1f0d77f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
Expand Up @@ -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;
},
Expand Down

0 comments on commit 1f0d77f

Please sign in to comment.