Fix HTML editor adding extra new line on page reload

This commit is contained in:
iliajie
2023-06-19 20:19:15 +03:00
parent bfe966f6cf
commit c2c3533e4e

View File

@ -261,6 +261,9 @@ my $html_editor_init_script =
'Resize',
],
},
clipboard: {
matchVisual: false
},
toolbar: @{[&html_editor_toolbar($opts)]},
},
bounds: '.ql-compose-container',