mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-25 00:00:00 +08:00
Updated TinyMCE config to end containers on empty blocks
Makes it easier to escape out of blockquote sections. Fixes #961
This commit is contained in:
@ -409,6 +409,7 @@ class WysiwygEditor {
|
|||||||
directionality : this.textDirection,
|
directionality : this.textDirection,
|
||||||
remove_script_host: false,
|
remove_script_host: false,
|
||||||
document_base_url: window.baseUrl('/'),
|
document_base_url: window.baseUrl('/'),
|
||||||
|
end_container_on_empty_block: true,
|
||||||
statusbar: false,
|
statusbar: false,
|
||||||
menubar: false,
|
menubar: false,
|
||||||
paste_data_images: false,
|
paste_data_images: false,
|
||||||
|
Reference in New Issue
Block a user