Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2024
1 parent 7c1b6f2 commit 3929d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3929d94

Please sign in to comment.