Skip to content

Commit 82ce310

Browse files
authored
Merge pull request #883 from Sysvale/bugfix/close-on-backdrop-modal
Bugfix/close on backdrop modal
2 parents 9f0958c + d59cc5a commit 82ce310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sysvale/cuida",
3-
"version": "3.101.0",
3+
"version": "3.101.1",
44
"description": "A design system built by Sysvale, using storybook and Vue components",
55
"repository": {
66
"type": "git",

src/components/Modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<div
88
v-if="innerValue"
9-
v-cds-click-outside="closeHandle"
9+
v-cds-click-outside="noCloseOnBackdrop ? () => {} : closeHandle"
1010
class="cds-modal"
1111
:class="`cds-modal--${size}`"
1212
>

0 commit comments

Comments
 (0)