fix: view mode cursor adjustments (#3809)

This commit is contained in:
connorhanafee
2021-07-09 18:00:13 -04:00
committed by GitHub
parent e7cbb859f0
commit 5fabc57277
3 changed files with 70 additions and 3 deletions

View File

@ -14,6 +14,7 @@ export const CURSOR_TYPE = {
TEXT: "text",
CROSSHAIR: "crosshair",
GRABBING: "grabbing",
GRAB: "grab",
POINTER: "pointer",
MOVE: "move",
AUTO: "",