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

View File

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