diff --git a/apps/common/main/lib/component/TabBar.js b/apps/common/main/lib/component/TabBar.js index 7607e77a70..0934e9472c 100644 --- a/apps/common/main/lib/component/TabBar.js +++ b/apps/common/main/lib/component/TabBar.js @@ -326,6 +326,7 @@ define([ this.isDragDrop = true; } this.trigger('tab:drop', event.dataTransfer, 'last', (event.ctrlKey || Common.Utils.isMac && event.altKey)); + this.preventCutTab = true; } else { this.isDrop = undefined; }