Fix: PanZoom when exiting full screen mode (montage.js)
parent
4717de17c9
commit
d2eb5237d3
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue