fix: selecting text with mouse closes modal - fixed #2195
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<SmartModal
|
||||
v-if="show"
|
||||
dialog
|
||||
:title="$t(`environment.${action}`)"
|
||||
@close="hideModal"
|
||||
>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<SmartModal
|
||||
v-if="show"
|
||||
dialog
|
||||
:title="`${t('environment.title')}`"
|
||||
max-width="sm:max-w-md"
|
||||
dialog
|
||||
@close="hideModal"
|
||||
>
|
||||
<template #actions>
|
||||
|
||||
Reference in New Issue
Block a user