diff --git a/ui/src/widgets/ui-markdown/UIMarkdown.vue b/ui/src/widgets/ui-markdown/UIMarkdown.vue index a89cefd26..cb4d9f8cd 100644 --- a/ui/src/widgets/ui-markdown/UIMarkdown.vue +++ b/ui/src/widgets/ui-markdown/UIMarkdown.vue @@ -74,6 +74,8 @@ export default { created () { // can't do this in setup as we have custom onInput function this.$dataTracker(this.id, this.onMsgInput, this.onMsgLoad) + }, + mounted () { // make sure we render something on first creation this.update() },