mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
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
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class Toolbar {
|
|||
this.pageScaleValue = DEFAULT_SCALE_VALUE;
|
||||
this.pageScale = DEFAULT_SCALE;
|
||||
this._updateUIState(true);
|
||||
this.updateLoadingIndicatorState();
|
||||
}
|
||||
|
||||
_bindListeners() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue