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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user