fix(operation): polygon-clippy

This commit is contained in:
zhangheng
2026-04-17 17:37:27 +08:00
parent 6c981d465b
commit 5168f539e0
5 changed files with 1579 additions and 680 deletions

View File

@@ -121,7 +121,7 @@ const applySelectedItemVisual = (item: paper.Item) => {
item.bringToFront()
}
const syncSelectedObjectsVisualState = (imageId: string) => {
export const syncSelectedObjectsVisualState = (imageId: string) => {
const group = usePaperStore.getState().group
if (!group) return