diff --git a/apps/common/main/lib/component/Layout.js b/apps/common/main/lib/component/Layout.js index 4fe76c307..e620f4820 100644 --- a/apps/common/main/lib/component/Layout.js +++ b/apps/common/main/lib/component/Layout.js @@ -225,6 +225,8 @@ define([ }, resizeStart: function(e) { + if (this.freeze) return; + this.clearSelection(); this.addHandler(window.document, 'selectstart', this.onSelectStart);