mirror of
https://github.com/laurent22/joplin.git
synced 2025-04-01 21:24:45 +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 = {
|
const context: ContentScriptContext = {
|
||||||
pluginId,
|
pluginId,
|
||||||
contentScriptId: contentScript.id,
|
contentScriptId: contentScript.id,
|
||||||
postMessage: postMessageHandler(pluginId, contentScript.id),
|
postMessage: postMessageHandler(pluginId, scriptType, contentScript.id),
|
||||||
};
|
};
|
||||||
|
|
||||||
const loadedModule = module.default(context);
|
const loadedModule = module.default(context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user