You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
This commit is contained in:
@@ -57,7 +57,7 @@ const useWebViewSetup = ({
|
|||||||
` : '';
|
` : '';
|
||||||
|
|
||||||
const injectedJavaScript = useMemo(() => `
|
const injectedJavaScript = useMemo(() => `
|
||||||
if (typeof markdownEditorBundle === 'undefined') {
|
if (typeof window.markdownEditorBundle === 'undefined') {
|
||||||
${shim.injectedJs('markdownEditorBundle')};
|
${shim.injectedJs('markdownEditorBundle')};
|
||||||
window.markdownEditorBundle = markdownEditorBundle;
|
window.markdownEditorBundle = markdownEditorBundle;
|
||||||
markdownEditorBundle.setUpLogger();
|
markdownEditorBundle.setUpLogger();
|
||||||
|
|||||||
Reference in New Issue
Block a user