mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: view mode cursor adjustments (#3809)
This commit is contained in:
parent
e7cbb859f0
commit
5fabc57277
3 changed files with 70 additions and 3 deletions
|
@ -14,6 +14,7 @@ export const CURSOR_TYPE = {
|
|||
TEXT: "text",
|
||||
CROSSHAIR: "crosshair",
|
||||
GRABBING: "grabbing",
|
||||
GRAB: "grab",
|
||||
POINTER: "pointer",
|
||||
MOVE: "move",
|
||||
AUTO: "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue