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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: "",