Commit
·
a4a8131
1
Parent(s):
a4b4108
3. Okt. 2024, 06:59
Browse files- _res/_custom.js +4 -1
_res/_custom.js
CHANGED
@@ -174,7 +174,10 @@ function gradioCustomJS() {
|
|
174 |
gradioApp.style.height = ""
|
175 |
resolutionModalWrapper.setProperty("--opacity-value", "0")
|
176 |
resize_eventListener("remove")
|
177 |
-
setTimeout(() =>
|
|
|
|
|
|
|
178 |
}
|
179 |
}
|
180 |
|
|
|
174 |
gradioApp.style.height = ""
|
175 |
resolutionModalWrapper.setProperty("--opacity-value", "0")
|
176 |
resize_eventListener("remove")
|
177 |
+
setTimeout(() => {
|
178 |
+
resolutionModalWrapper.style.display = "none"
|
179 |
+
resize_eventListener("add")
|
180 |
+
}, 800)
|
181 |
}
|
182 |
}
|
183 |
|