Update tt-modal.js

This commit is contained in:
Luca Haid
2025-02-14 10:00:43 +00:00
parent e25046754f
commit cb17eba40b

View File

@@ -55,7 +55,6 @@ Vue.component('tt-modal', {
tabindex="-1"
style="background: rgba(0, 0, 0, 0.5);"
ref="modal"
@mousedown="!isMobile ? $emit('update:show', false) : null"
@keydown.esc="$emit('update:show', false)"
v-if="show">
<div class="modal-dialog modal-lg modal-dialog-scrollable" role="document" @mousedown.stop>
@@ -81,4 +80,4 @@ Vue.component('tt-modal', {
</div>
</div>
`
})
})