We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa26e9 commit 4467cbeCopy full SHA for 4467cbe
frontend/src/components/Modal/index.vue
@@ -177,7 +177,7 @@ provide(IS_IN_MODAL, true)
177
v-if="title || slots.title || slots.toolbar"
178
class="flex items-center p-16"
179
style="--wails-draggable: drag"
180
- @dblclick="toggleMaximize"
+ @dblclick.self="toggleMaximize"
181
>
182
<slot name="title">
183
<div v-if="title" class="font-bold">{{ t(title) }}</div>
0 commit comments