fix(core): unable to create blank lines correctly (#7032)

Close #7022
This commit is contained in:
JimmFly
2024-05-27 07:40:14 +00:00
parent 8ed0ceb63e
commit 2d2a84927d

View File

@@ -13,7 +13,6 @@ export const affineDocViewport = style({
export const docContainer = style({
display: 'block',
flexGrow: 1,
});
export const docEditorGap = style({
@@ -23,6 +22,7 @@ export const docEditorGap = style({
paddingTop: 50,
paddingBottom: 50,
cursor: 'text',
flexGrow: 1,
});
const titleTagBasic = style({