fix: mouse events ignored on modal loading (#5409)

This commit is contained in:
Netfan
2025-01-16 12:17:08 +08:00
committed by GitHub
parent 509b268fba
commit 2d0859a727
2 changed files with 14 additions and 16 deletions

View File

@@ -252,7 +252,7 @@ const getAppendTo = computed(() => {
ref="wrapperRef"
:class="
cn('relative min-h-40 flex-1 overflow-y-auto p-3', contentClass, {
'pointer-events-none overflow-hidden': showLoading || submitting,
'overflow-hidden': showLoading || submitting,
})
"
>