You've already forked AstralRinth
forked from didirus/AstralRinth
add draggable attr to modal background (#71)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
noblur: props.noblur,
|
||||
}"
|
||||
class="modal-overlay"
|
||||
data-tauri-drag-region
|
||||
@click="() => (closable ? hide() : {})"
|
||||
/>
|
||||
<div class="modal-container" :class="{ shown: actuallyShown }">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "omorphia",
|
||||
"type": "module",
|
||||
"version": "0.4.29",
|
||||
"version": "0.4.30",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user