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