Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 9, 2023
1 parent dcfc893 commit 59fb54e
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 @@ -84,7 +84,7 @@ export class Context {
return this.$shouldCopyMultipleTabs;

return this.$shouldCopyMultipleTabs = (
(this.isTreeParentisTree &&
(this.isTreeParent &&
[...(this.shouldCopyOnlyDescendants ? [] : [this.tab]), ...this.descendantIds]) ||
this.multiselectedTabs
).length > 1;
Expand Down

0 comments on commit 59fb54e

Please sign in to comment.