From cb17eba40be2f3230b12006d989646f590973848 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Fri, 14 Feb 2025 10:00:43 +0000 Subject: [PATCH] Update tt-modal.js --- public/plugins/vue/tt-components/tt-modal.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/plugins/vue/tt-components/tt-modal.js b/public/plugins/vue/tt-components/tt-modal.js index 1b64e2814..72ab3af7f 100644 --- a/public/plugins/vue/tt-components/tt-modal.js +++ b/public/plugins/vue/tt-components/tt-modal.js @@ -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"> ` -}) \ No newline at end of file +})