Vanessa 2024-12-07 11:07:42 +08:00
parent 27e689da26
commit 04806ea4b9
6 changed files with 12 additions and 10 deletions

View file

@ -30,5 +30,7 @@ export const searchMarkRender = (protyle: IProtyle, matchElements: NodeListOf<El
export const searchTextMarkRender = (element: HTMLElement, k: string[]) => {
if (!CSS || !CSS.highlights) {
return;
}
}