mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 22:47:06 -04:00
Fix: PanZoom when exiting full screen mode (montage.js)
This commit is contained in:
@@ -645,7 +645,7 @@ function fullscreenchanged(event) {
|
||||
objBtn.children('.material-icons').html('fullscreen');
|
||||
}
|
||||
//Sometimes the positioning is not correct, so it is better to reset Pan & Zoom
|
||||
panZoom[stringToNumber(event.target.id)].reset();
|
||||
zmPanZoom.panZoom[stringToNumber(event.target.id)].reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user