浏览代码

Removes redundant fix comment for selection state cleanup

yz 3 天之前
父节点
当前提交
d33949b050
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;