1
0
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:
trendschau
2020-11-03 21:34:41 +01:00
parent da1f3aa96d
commit 8487c77627
5 changed files with 20 additions and 94 deletions

View File

@@ -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