add draggable attr to modal background (#71)

This commit is contained in:
Geometrically
2023-06-20 09:19:47 -07:00
committed by GitHub
parent 6de1fa0878
commit 6e0659af4c
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
noblur: props.noblur,
}"
class="modal-overlay"
data-tauri-drag-region
@click="() => (closable ? hide() : {})"
/>
<div class="modal-container" :class="{ shown: actuallyShown }">

View File

@@ -1,7 +1,7 @@
{
"name": "omorphia",
"type": "module",
"version": "0.4.29",
"version": "0.4.30",
"files": [
"dist",
"lib"