Fix wait for frontend not working properly (#1443)

This commit is contained in:
toasted-nutbread 2021-02-25 19:04:41 -05:00 committed by GitHub
parent 5197b6cb9a
commit b2f225a0d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,6 +646,7 @@ class Frontend {
}
chrome.runtime.onMessage.addListener(onMessage);
yomichan.api.broadcastTab('requestFrontendReadyBroadcast', {frameId: this._frameId});
});
}