优化橡皮擦删除选区后的视觉效果

This commit is contained in:
jingrow 2026-05-06 14:33:26 +08:00
parent 148fd2840d
commit 705ea0d365

View File

@ -768,6 +768,8 @@ export class BoardInteractionManager {
this.board.removeElement(el.id)
this.selectedIds.delete(el.id)
this.updateRendererSelection()
// 擦除后清除悬停高亮
this.emit('eraser:hover', { eraserHoverElement: null })
}
}