diff --git a/common/Context.js b/common/Context.js index ff0c381..a2a346f 100644 --- a/common/Context.js +++ b/common/Context.js @@ -203,7 +203,7 @@ export class Context { (this.mode == Constants.kCOPY_TREE || this.mode == Constants.kCOPY_TREE_DESCENDANTS) && [...(this.shouldCopyOnlyDescendants ? [] : [this.tab]), - ...(this.childTabs || this.descendantIds)]) || + ...(this.childTabs || this.descendantIds)]) || this.multiselectedTabs ).length > 1; }