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:
commit
2754b09888
@ -91,6 +91,7 @@ class Toolbar {
|
|||||||
this.pageScaleValue = DEFAULT_SCALE_VALUE;
|
this.pageScaleValue = DEFAULT_SCALE_VALUE;
|
||||||
this.pageScale = DEFAULT_SCALE;
|
this.pageScale = DEFAULT_SCALE;
|
||||||
this._updateUIState(true);
|
this._updateUIState(true);
|
||||||
|
this.updateLoadingIndicatorState();
|
||||||
}
|
}
|
||||||
|
|
||||||
_bindListeners() {
|
_bindListeners() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user