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);
|
div.append(this.loadingIconDiv);
|
||||||
} else {
|
} else {
|
||||||
this.toggleLoadingIconSpinner();
|
this.toggleLoadingIconSpinner();
|
||||||
|
div.append(this.loadingIconDiv);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user