Skip to content

Commit

Permalink
avoid JS exceptions on shrinkSelection
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Aug 26, 2015
1 parent 22aab99 commit 81e7af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gwt/acesupport/acemode/expand_selection.js
Expand Up @@ -518,6 +518,7 @@ var Utils = require("mode/utils");
// No more history means we don't need to track
// document changed any more.
ensureOnChangeHandlerDetached();
return this.getSelectionRange();

};

Expand Down

0 comments on commit 81e7af7

Please sign in to comment.