mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 08:46:09 +01:00
This commit is contained in:
parent
02904da8c7
commit
4c19f3a3d3
3 changed files with 21 additions and 29 deletions
|
|
@ -552,7 +552,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
|
|||
});
|
||||
return;
|
||||
} else if (value === Constants.ZWSP + 5) {
|
||||
AIChat(protyle);
|
||||
AIChat(protyle, nodeElement);
|
||||
return;
|
||||
} else if (Constants.INLINE_TYPE.includes(value)) {
|
||||
range.deleteContents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue