add missing runtime message for backendPrepared
This commit is contained in:
parent
e6347a94e7
commit
9ceb663f29
@ -120,6 +120,7 @@ class Backend {
|
|||||||
this.clipboardMonitor.onClipboardText = this._onClipboardText.bind(this);
|
this.clipboardMonitor.onClipboardText = this._onClipboardText.bind(this);
|
||||||
|
|
||||||
this._sendMessageAllTabs('backendPrepared');
|
this._sendMessageAllTabs('backendPrepared');
|
||||||
|
chrome.runtime.sendMessage({action: 'backendPrepared'});
|
||||||
}
|
}
|
||||||
|
|
||||||
_sendMessageAllTabs(action, params={}) {
|
_sendMessageAllTabs(action, params={}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user