This commit is contained in:
Vanessa 2023-03-31 20:07:29 +08:00
parent 993fdad358
commit 9f4a182b39

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)) {