Hotfix for SiYuan v3.3.0
Some checks failed
Build on Push and create Release on Tag / build (push) Failing after 16s

This commit is contained in:
MassiveBox 2025-09-01 21:38:25 +02:00
parent 751c069a68
commit 7cb9664621
Signed by: massivebox
GPG key ID: 9B74D3A59181947D

View file

@ -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);
}
}];