Skip to content

Commit

Permalink
fix(core): change cursor when hovering the area blow editor (#6226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 21, 2024
1 parent 8b2b264 commit f4ede22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const docEditorGap = style({
margin: '0 auto',
paddingTop: 50,
paddingBottom: 50,
cursor: 'text',
});

const titleTagBasic = style({
Expand Down

0 comments on commit f4ede22

Please sign in to comment.