mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 02:40:15 +01:00
This commit is contained in:
parent
303f653c33
commit
4ef70dbdc0
4 changed files with 9 additions and 4 deletions
|
|
@ -517,7 +517,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
|
|||
title: "Untitled",
|
||||
md: ""
|
||||
}, () => {
|
||||
insertHTML(genEmptyBlock(false, false, `<span data-type="block-ref" data-id="${newSubDocId}" data-subtype="d">Untitled</span>`), protyle);
|
||||
insertHTML(`<span data-type="block-ref" data-id="${newSubDocId}" data-subtype="d">Untitled</span>`, protyle);
|
||||
/// #if MOBILE
|
||||
openMobileFileById(newSubDocId, [Constants.CB_GET_HL, Constants.CB_GET_CONTEXT]);
|
||||
/// #else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue