fix(tool): mousePointer

This commit is contained in:
zhangheng
2026-04-14 15:38:57 +08:00
parent cf1694267a
commit 539cb5593e
2 changed files with 13 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ import {
Paintbrush,
Pen,
SquarePen,
SquareDashedMousePointer,
Tag,
Timer,
} from "lucide-react"
@@ -2082,7 +2083,7 @@ const TopTools = (
onClick={() => {
setAssistToolEnabled(!assistToolEnabled)
}}>
<Eclipse size={16} />
<SquareDashedMousePointer size={16} />
</ActionIcon>
<NumberInput
value={assistToolSize}