Fix Bug 37233

This commit is contained in:
Julia Radzhabova 2018-03-16 10:35:36 +03:00
parent 0bde345105
commit 3ec88d6f68

View file

@ -225,6 +225,8 @@ define([
}, },
resizeStart: function(e) { resizeStart: function(e) {
if (this.freeze) return;
this.clearSelection(); this.clearSelection();
this.addHandler(window.document, 'selectstart', this.onSelectStart); this.addHandler(window.document, 'selectstart', this.onSelectStart);