1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

Merge branch 'release139' into develop

This commit is contained in:
trendschau
2020-10-04 20:17:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ const contentComponent = Vue.component('content-block', {
},
updateMarkdown: function($event)
{
eventBus.$emit('markdownChanged');
eventBus.$emit('markdownChanged', $event);
self.$root.$data.unsafed = true;
this.edit = true;
this.unsafed = true;