This commit is contained in:
Vanessa 2023-03-31 20:07:29 +08:00 committed by Liang Ding
parent 874b12e573
commit 2294fcfb94
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -554,6 +554,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
});
return;
} else if (value === Constants.ZWSP + 5) {
range.deleteContents();
AIChat(protyle, nodeElement);
return;
} else if (Constants.INLINE_TYPE.includes(value)) {