mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +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 'shape':
|
||||||
case 'connector':
|
case 'connector':
|
||||||
case 'frame':
|
case 'frame':
|
||||||
|
case 'affine:note':
|
||||||
return 'crosshair';
|
return 'crosshair';
|
||||||
case 'text':
|
case 'text':
|
||||||
return 'text';
|
return 'text';
|
||||||
|
|||||||
Reference in New Issue
Block a user