Hotfix for SiYuan v3.3.0
Some checks failed
Build on Push and create Release on Tag / build (push) Failing after 16s
Some checks failed
Build on Push and create Release on Tag / build (push) Failing after 16s
This commit is contained in:
parent
751c069a68
commit
7cb9664621
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue