fix(core): change cursor when hovering the area blow editor (#6226)

This commit is contained in:
pengx17 2024-03-21 02:00:37 +00:00
parent 8b2b2646bc
commit f4ede22b93
No known key found for this signature in database
GPG Key ID: 23F23D9E8B3971ED

View File

@ -22,6 +22,7 @@ export const docEditorGap = style({
margin: '0 auto',
paddingTop: 50,
paddingBottom: 50,
cursor: 'text',
});
const titleTagBasic = style({