]> BookStack Code Mirror - bookstack/commitdiff
Updated TinyMCE config to end containers on empty blocks
authorDan Brown <redacted>
Sun, 23 Sep 2018 13:07:50 +0000 (14:07 +0100)
committerDan Brown <redacted>
Sun, 23 Sep 2018 13:07:50 +0000 (14:07 +0100)
Makes it easier to escape out of blockquote sections.
Fixes #961

resources/assets/js/components/wysiwyg-editor.js

index 04886563024f59be5f0777bbd1fbdcc407e146fa..79c1faaef6cdfdee0f1d83e28464fa9e80c59022 100644 (file)
@@ -409,6 +409,7 @@ class WysiwygEditor {
             directionality : this.textDirection,
             remove_script_host: false,
             document_base_url: window.baseUrl('/'),
+            end_container_on_empty_block: true,
             statusbar: false,
             menubar: false,
             paste_data_images: false,