diff --git a/src/viewer.js b/src/viewer.js index f328e01e..03538992 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -470,7 +470,11 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype, THIS[ this.hash ].updateRequestId = null; } - if( this.drawer ){ + if ( this.navigator ) { + this.navigator.close(); + } + + if ( this.drawer ) { this.drawer.clearOverlays(); }