feat: add blockmatic icon and color to menubar

This commit is contained in:
trafficlunar 2025-01-18 23:09:32 +00:00
parent 663b026c6e
commit fdabe89dd5
2 changed files with 7 additions and 5 deletions

View file

@ -266,7 +266,7 @@ function Canvas() {
onToolUse();
}
},
[dragging, coords, scale, tool, mouseCoords, onToolUse, setCoords, setSelectionCoords]
[dragging, coords, scale, tool, mouseCoords, onToolUse, setCoords, setSelectionCoords, radius]
);
const onMouseDown = useCallback(() => {