Skip to content

Commit

Permalink
fix: 点击弹窗左右区域无法关闭
Browse files Browse the repository at this point in the history
  • Loading branch information
ScoutYin committed Nov 5, 2021
1 parent 88bfe1d commit a9f64fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modal/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ref="wrapper"
:style="[styles, draggable && { top: 0 }]"
class="vc-modal__wrapper"
@click="handleClose($event, false)"
>
<vc-transition-scale
mode="part"
Expand Down

0 comments on commit a9f64fe

Please sign in to comment.