1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-19 04:12:08 +02:00

added event to eventbus in vueblox

This commit is contained in:
trendschau
2020-10-04 20:16:18 +02:00
parent 86dd36fb27
commit 4948241945
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;