Skip to content

Commit 43c237a

Browse files
committed
문단 사이간격 기본값 0으로 수정
1 parent 2a3b8ab commit 43c237a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/lib/tiptap/nodes/document.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Document = Node.create({
3131
},
3232

3333
documentParagraphSpacing: {
34-
default: 1,
34+
default: 0,
3535
renderHTML: ({ documentParagraphSpacing }) => ({
3636
style: `--document-paragraph-spacing: ${documentParagraphSpacing}rem`,
3737
}),

0 commit comments

Comments
 (0)