mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 20:47:11 +03:00
Fixed inlines sponsor popup.
Fixes https://github.com/ajayyy/SponsorBlock/issues/272
This commit is contained in:
@@ -38,7 +38,7 @@ class MessageHandler {
|
||||
|
||||
//make this a function to allow this to run on the content page
|
||||
async function runThePopup(messageListener?: MessageListener) {
|
||||
var messageHandler = new MessageHandler();
|
||||
var messageHandler = new MessageHandler(messageListener);
|
||||
|
||||
utils.localizeHtmlPage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user