fix full screen viewer

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-04-24 23:50:52 +02:00
parent 1b5378eec6
commit f0eeb26e27
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ async function waitForOpts() {
async function postStartup() {
log('postStartup');
if (window.gradioObserver) window.gradioObserver.disconnect();
// if (window.gradioObserver) window.gradioObserver.disconnect();
if (window.hintsObserver) window.hintsObserver.disconnect();
logTimers();
}