mirror of
https://github.com/laurent22/joplin.git
synced 2025-03-29 21:21:15 +02:00
Typo
This commit is contained in:
parent
79dde365f0
commit
e595e19c0d
@ -50,7 +50,7 @@ function loadContentScripts(plugins: PluginStates, scriptType: ContentScriptType
|
||||
const context: ContentScriptContext = {
|
||||
pluginId,
|
||||
contentScriptId: contentScript.id,
|
||||
postMessage: postMessageHandler(pluginId, contentScript.id),
|
||||
postMessage: postMessageHandler(pluginId, scriptType, contentScript.id),
|
||||
};
|
||||
|
||||
const loadedModule = module.default(context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user