Fix Bug 37233
This commit is contained in:
parent
0bde345105
commit
3ec88d6f68
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue