do not scroll cursor into view after quad click

This commit is contained in:
nightwing 2014-07-16 22:46:35 +04:00
commit c1c08945b2

View file

@ -229,7 +229,6 @@ function DefaultHandlers(mouseHandler) {
editor.selectAll();
this.$clickSelection = editor.getSelectionRange();
this.setState("selectAll");
this.select();
};
this.onMouseWheel = function(ev) {