Skip to content

Commit

Permalink
chore: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 23, 2023
1 parent d13b034 commit fdc63e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const markdownHtml = ref<string>('')
// A ref to store the preview HTML (if user enables it in the toolbar)
const markdownPreviewHtml = ref<string>('')
const { toggleInlineFormatting, toggleTab, insertMarkdownTemplate } = composables.useMarkdownActions(textareaId.value, rawMarkdown)
const { toggleInlineFormatting, insertMarkdownTemplate } = composables.useMarkdownActions(textareaId.value, rawMarkdown)
// When the user toggles inline formatting
const formatSelection = (format: InlineFormat): void => {
Expand Down

0 comments on commit fdc63e8

Please sign in to comment.