mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Fix HTML editor adding extra new line on page reload
This commit is contained in:
@ -261,6 +261,9 @@ my $html_editor_init_script =
|
||||
'Resize',
|
||||
],
|
||||
},
|
||||
clipboard: {
|
||||
matchVisual: false
|
||||
},
|
||||
toolbar: @{[&html_editor_toolbar($opts)]},
|
||||
},
|
||||
bounds: '.ql-compose-container',
|
||||
|
Reference in New Issue
Block a user