Skip to content

Commit

Permalink
문단 사이간격 기본값 0으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Seohyun-Roh committed May 30, 2024
1 parent 2a3b8ab commit 43c237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/website/src/lib/tiptap/nodes/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const Document = Node.create({
},

documentParagraphSpacing: {
default: 1,
default: 0,
renderHTML: ({ documentParagraphSpacing }) => ({
style: `--document-paragraph-spacing: ${documentParagraphSpacing}rem`,
}),
Expand Down

0 comments on commit 43c237a

Please sign in to comment.