Skip to content

Commit

Permalink
feat(extension): add drag region to markdown view
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Feb 13, 2025
1 parent e9dfaf5 commit c8112b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<Button class="fixed left-2 top-2" onclick={onGoBack} variant="outline" size="icon">
<ArrowLeftIcon />
</Button>
<main class="container my-5 px-12">
<div class="h-12" data-tauri-drag-region></div>
<main class="container px-12">
<Markdown markdown={markdownViewContent.content} />
</main>

0 comments on commit c8112b4

Please sign in to comment.