Skip to content

Commit

Permalink
fix: [Notes/News] unexpected bottom white line added on each update - E…
Browse files Browse the repository at this point in the history
…XO-75342 - Meeds-io/meeds#2594.

Before this change, when edit same notes/news by adding some content and save, on each update, an additional empty line is added. To resolve this problem, add an autoParagraph property of value false in the ckeditor. After this change, no additional empty line is added.
  • Loading branch information
akhanfir committed Nov 18, 2024
1 parent d781d78 commit 5605756
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ export default {
enterMode: CKEDITOR.ENTER_P,
shiftEnterMode: CKEDITOR.ENTER_BR,
copyFormatting_allowedContexts: true,
autoParagraph: false,
indentBlock: {
offset: 40,
unit: 'px'
Expand Down

0 comments on commit 5605756

Please sign in to comment.