mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
feat(editor): change note cursor to crosshair (#11499)
This commit is contained in:
@@ -222,6 +222,7 @@ export function getCursorMode(edgelessTool: GfxToolsFullOptionValue | null) {
|
||||
case 'shape':
|
||||
case 'connector':
|
||||
case 'frame':
|
||||
case 'affine:note':
|
||||
return 'crosshair';
|
||||
case 'text':
|
||||
return 'text';
|
||||
|
||||
Reference in New Issue
Block a user