Vanessa 2023-03-08 23:35:36 +08:00
parent 02904da8c7
commit 4c19f3a3d3
3 changed files with 21 additions and 29 deletions

View file

@ -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();