perf[Tinymce]: set nonbreaking_force_tab to true
This commit is contained in:
parent
5070e20dea
commit
572a2d9c34
|
@ -84,6 +84,7 @@ export default {
|
||||||
imagetools_cors_hosts: ['www.tinymce.com', 'codepen.io'],
|
imagetools_cors_hosts: ['www.tinymce.com', 'codepen.io'],
|
||||||
default_link_target: '_blank',
|
default_link_target: '_blank',
|
||||||
link_title: false,
|
link_title: false,
|
||||||
|
nonbreaking_force_tab: true, // inserting nonbreaking space need Nonbreaking Space Plugin
|
||||||
init_instance_callback: editor => {
|
init_instance_callback: editor => {
|
||||||
if (_this.value) {
|
if (_this.value) {
|
||||||
editor.setContent(_this.value)
|
editor.setContent(_this.value)
|
||||||
|
|
Loading…
Reference in New Issue