Call dataOnClick() when switching to new next camera (watch.js)
Necessary because we change the DOMpull/4075/head
parent
add8eb4be3
commit
5e3bfbb392
|
@ -1062,6 +1062,7 @@ function streamReStart(oldId, newId) {
|
|||
applyMonitorControllable(currentMonitor);
|
||||
zmPanZoom.init();
|
||||
loadFontFaceObserver();
|
||||
dataOnClick();
|
||||
//document.getElementById('monitor').classList.remove('hidden-shift');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue