Call dataOnClick() when switching to new next camera (watch.js)

Necessary because we change the DOM
pull/4075/head
IgorA100 2024-06-11 21:54:01 +03:00 committed by GitHub
parent add8eb4be3
commit 5e3bfbb392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1062,6 +1062,7 @@ function streamReStart(oldId, newId) {
applyMonitorControllable(currentMonitor);
zmPanZoom.init();
loadFontFaceObserver();
dataOnClick();
//document.getElementById('monitor').classList.remove('hidden-shift');
}