Ver código fonte

Removes redundant fix comment for selection state cleanup

yz 3 dias atrás
pai
commit
d33949b050
1 arquivos alterados com 1 adições e 1 exclusões
  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;