From 7cb966462151ba06bfed2a460cfca850b2b348d1 Mon Sep 17 00:00:00 2001 From: MassiveBox Date: Mon, 1 Sep 2025 21:38:25 +0200 Subject: [PATCH] Hotfix for SiYuan v3.3.0 --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ae064b0..886b87b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ export default class DrawJSPlugin extends Plugin { void this.analytics.sendEvent('create'); const fileID = generateRandomString(); const syncID = generateTimeString() + '-' + generateRandomString(); - protyle.insert(getMarkdownBlock(fileID, syncID), true, false); + protyle.insert(getMarkdownBlock(fileID, syncID), false, false); (await EditorManager.create(fileID, this)).open(this); } }];