Skip to content

Commit

Permalink
fix(electron): optimize electron open/close on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Mar 20, 2024
1 parent 5623c09 commit 4454fd8
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 4454fd8

Please sign in to comment.