Skip to content

Commit

Permalink
chore: update modal.vue (vbenjs#4987)
Browse files Browse the repository at this point in the history
loading时候 子组件禁用点击事件

Co-authored-by: Vben <ann.vben@gmail.com>
  • Loading branch information
huangfe1 and anncwb authored Nov 30, 2024
1 parent 3c4af23 commit e8992a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@core/ui-kit/popup-ui/src/modal/modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function handleFocusOutside(e: Event) {
ref="wrapperRef"
:class="
cn('relative min-h-40 flex-1 overflow-y-auto p-3', contentClass, {
'overflow-hidden': showLoading,
'pointer-events-none overflow-hidden': showLoading,
})
"
>
Expand Down

0 comments on commit e8992a1

Please sign in to comment.