feat(editor): change note cursor to crosshair (#11499)

This commit is contained in:
CatsJuice
2025-04-08 09:49:29 +00:00
parent 0887c1864c
commit 280227fa5f

View File

@@ -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';