-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
extensions/extensions/cursor.js
Lines 157 to 192 in f9a5371
| const cursors = [ | |
| "default", | |
| "pointer", | |
| "move", | |
| "grab", | |
| "grabbing", | |
| "text", | |
| "vertical-text", | |
| "wait", | |
| "progress", | |
| "help", | |
| "context-menu", | |
| "zoom-in", | |
| "zoom-out", | |
| "crosshair", | |
| "cell", | |
| "not-allowed", | |
| "copy", | |
| "alias", | |
| "no-drop", | |
| "all-scroll", | |
| "col-resize", | |
| "row-resize", | |
| "n-resize", | |
| "e-resize", | |
| "s-resize", | |
| "w-resize", | |
| "ne-resize", | |
| "nw-resize", | |
| "se-resize", | |
| "sw-resize", | |
| "ew-resize", | |
| "ns-resize", | |
| "nesw-resize", | |
| "nwse-resize", | |
| ]; |
The above dropdown in the Cursor extension currently doesn't use the Scratch.translate API. This may or may not be intentional.
Metadata
Metadata
Assignees
Labels
No labels