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">