Explorar o código

Removes redundant fix comment for selection state cleanup

yz hai 4 días
pai
achega
d33949b050
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;