Skip to content

Commit

Permalink
fix: markdown editor error tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Jan 5, 2025
1 parent 8116ea4 commit 6738645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/MarkdownEditor.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function stopEditing() {
</div>
<Markdown v-if="!internalEditing" :raw="raw" />
<ErrorTooltip :error-messages="errors" class="w-full absolute">
<slot />
<span />
</ErrorTooltip>
</div>
</template>
Expand Down

0 comments on commit 6738645

Please sign in to comment.