From 3929d9496474ad77173e6867a0a01b463395843d Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Sat, 3 Aug 2024 02:57:58 +0900 Subject: [PATCH] Suppress warning --- common/Context.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }