Vanessa 2024-11-28 23:34:16 +08:00
parent 736c09fc79
commit c315fce720
3 changed files with 6 additions and 0 deletions

View file

@ -1504,6 +1504,9 @@ ${item.tag ? `<span class="b3-list-item__meta b3-list-item__meta--ellipsis">${it
};
export const highlightMark = (protyle: IProtyle, matchElements: NodeListOf<Element>) => {
if (matchElements.length === 0) {
return;
}
protyle.highlight.markHL.clear();
protyle.highlight.markHL.clear();
protyle.highlight.ranges = [];