mirror of
https://github.com/typemill/typemill.git
synced 2025-07-31 19:30:40 +02:00
Fixed bug visual editor updated composer and deleted customfields plugin
This commit is contained in:
@@ -223,6 +223,7 @@ const contentComponent = Vue.component('content-block', {
|
||||
var checkempty = this.compmarkdown.replace(/(\r\n|\n|\r|\s)/gm,"");
|
||||
if(checkempty == '')
|
||||
{
|
||||
this.$root.$data.unsafed = false;
|
||||
this.switchToPreviewMode();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user