mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 23:35:43 +00:00
chore(cursor): default to tahoe cursor style
This commit is contained in:
@@ -51,7 +51,7 @@ export interface CursorVisualSettings {
|
||||
}
|
||||
|
||||
export type CursorStyle = "macos" | "tahoe" | "tahoe-inverted" | "dot" | "figma" | (string & {}); // extension-contributed cursor styles
|
||||
export const DEFAULT_CURSOR_STYLE: CursorStyle = "macos";
|
||||
export const DEFAULT_CURSOR_STYLE: CursorStyle = "tahoe";
|
||||
|
||||
export type EditorEffectSection =
|
||||
| "scene"
|
||||
|
||||
Reference in New Issue
Block a user