Merge pull request #15860 from Snuffleupagus/loadingIcon-last
Ensure that the `loadingIconDiv` is always visible (PR 15829 follow-up)
This commit is contained in:
commit
869807406d
@ -490,6 +490,7 @@ class PDFPageView {
|
||||
div.append(this.loadingIconDiv);
|
||||
} else {
|
||||
this.toggleLoadingIconSpinner();
|
||||
div.append(this.loadingIconDiv);
|
||||
}
|
||||
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user