Browse Source

Removes redundant fix comment for selection state cleanup

yz 3 days ago
parent
commit
d33949b050
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/selection-manager.js

+ 1 - 1
src/utils/selection-manager.js

@@ -138,7 +138,7 @@ class SelectionManager {
     // 清除当前页选择标记
     this.currentPageSelections.clear();
 
-    // 【核心修复】当当前页选择为空时,清理所有选择状态
+    // 当当前页选择为空时,清理所有选择状态
     if (currentPageList.length === 0) {
       console.log('SelectionManager: 当前页无选择,清空所有选择状态');
       const wasCount = this.selections.size;