You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
Mobile: Plugins: Fix incorrect Node exports emulation (#10776)
This commit is contained in:
@ -59,8 +59,8 @@ const useContentScripts = (pluginStates: PluginStates) => {
|
||||
if (event.cancelled) return;
|
||||
|
||||
const contentScriptModule = `(function () {
|
||||
const module = { exports: null };
|
||||
const exports = {};
|
||||
const module = { exports: exports };
|
||||
|
||||
${content}
|
||||
|
||||
|
Reference in New Issue
Block a user