You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-05 22:57:29 +02:00
All: Include injected Mermaid JS only when necessary
This commit is contained in:
@@ -149,5 +149,6 @@ shim.imageFromDataUrl = async function(imageDataUrl, filePath, options = null) {
|
||||
shim.Buffer = null;
|
||||
shim.openUrl = () => { throw new Error('Not implemented'); }
|
||||
shim.waitForFrame = () => { throw new Error('Not implemented'); }
|
||||
shim.injectedJs = name => '';
|
||||
|
||||
module.exports = { shim };
|
||||
|
||||
Reference in New Issue
Block a user