Merge pull request #11033 from Snuffleupagus/viewer-close-updateLoadingIndicatorState

Ensure that the loading indicator, in the pageNumber input, is hidden when the viewer is closed
This commit is contained in:
Tim van der Meij 2019-08-01 23:36:55 +02:00 committed by GitHub
commit 2754b09888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ class Toolbar {
this.pageScaleValue = DEFAULT_SCALE_VALUE;
this.pageScale = DEFAULT_SCALE;
this._updateUIState(true);
this.updateLoadingIndicatorState();
}
_bindListeners() {