Update tt-modal.js
This commit is contained in:
@@ -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>
|
||||
`
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user