mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 14:44:12 +00:00
fix: change default cursor on canvas to crosshair
This commit is contained in:
parent
46648d92da
commit
9e534ac92c
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ function Canvas() {
|
|||
zoom: holdingAlt ? "zoom-out" : "zoom-in",
|
||||
};
|
||||
|
||||
setCssCursor(cursorMapping[tool] || "pointer");
|
||||
setCssCursor(cursorMapping[tool] || "crosshair");
|
||||
}, [dragging, holdingAlt, tool, setCssCursor]);
|
||||
|
||||
const onToolUse = useCallback(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue