This commit is contained in:
Vanessa 2022-07-21 22:23:08 +08:00
parent 77af16219f
commit 8a0659e1f4

View file

@ -510,6 +510,7 @@ ${unicode2Emoji(emoji.unicode, true)}</button>`;
});
return;
} else if (Constants.INLINE_TYPE.includes(value)) {
focusByRange(range);
protyle.toolbar.range = range;
protyle.toolbar.setInlineMark(protyle, value, "add");
return;