fix lightbox

This commit is contained in:
Vladimir Mandic
2023-04-23 10:40:23 -04:00
parent 809b4d25d0
commit d105074598
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -212,6 +212,6 @@ document.addEventListener("DOMContentLoaded", function() {
modal.appendChild(modalNext)
try { gadioApp().appendChild(modal); }
try { gradioApp().appendChild(modal); }
catch (e) { gradioApp().body.appendChild(modal); }
});