mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-08-04 18:48:12 +00:00
feat(extension): add drag region to markdown view
Some checks are pending
Some checks are pending
This commit is contained in:
parent
e9dfaf519e
commit
c8112b43bc
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue