fix(operation): polygon-clippy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user