We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccec775 commit 729b4fcCopy full SHA for 729b4fc
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/utils/MiuixPopupUtil.kt
@@ -54,6 +54,7 @@ class MiuixPopupUtil {
54
) {
55
if (isDialogShowing.value) return
56
isDialogShowing.value = true
57
+ isWindowDimming.value = true
58
dialogContext.value = content
59
}
60
@@ -66,6 +67,7 @@ class MiuixPopupUtil {
66
67
show: MutableState<Boolean>,
68
69
isDialogShowing.value = false
70
+ isWindowDimming.value = false
71
show.value = false
72
73
@@ -99,6 +101,7 @@ class MiuixPopupUtil {
99
101
100
102
103
isPopupShowing.value = false
104
105
106
107
0 commit comments