We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5070e20 commit 572a2d9Copy full SHA for 572a2d9
src/components/Tinymce/index.vue
@@ -84,6 +84,7 @@ export default {
84
imagetools_cors_hosts: ['www.tinymce.com', 'codepen.io'],
85
default_link_target: '_blank',
86
link_title: false,
87
+ nonbreaking_force_tab: true, // inserting nonbreaking space need Nonbreaking Space Plugin
88
init_instance_callback: editor => {
89
if (_this.value) {
90
editor.setContent(_this.value)
0 commit comments