Skip to content
Prev Previous commit
chore: Add missing trailing comma to please linter
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 29, 2024
commit 8a6768af0d7c27aafe265264bb49cab5d3e82c91
2 changes: 1 addition & 1 deletion src/components/Editor/MarkdownContentEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default {
onCreate: ({ editor }) => {
this.$emit('ready')
this.$parent.$emit('ready')
}
},
})
},

Expand Down