Bug 1855068 - (Part 1) Added functionality to get all data sizes by time range. r=pbz,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D190862
This commit is contained in:
@@ -303,7 +303,10 @@ DialogHelper.prototype = {
|
||||
"load",
|
||||
() => {
|
||||
// Run onload on next tick so that gSanitizePromptDialog.init can run first.
|
||||
executeSoon(() => this.onload());
|
||||
executeSoon(async () => {
|
||||
await this.win.gSanitizePromptDialog.dataSizesFinishedUpdatingPromise;
|
||||
this.onload();
|
||||
});
|
||||
},
|
||||
{ once: true }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user