Vanessa 2025-03-22 11:55:45 +08:00
parent 95dc762faf
commit c67abdad55
3 changed files with 5 additions and 5 deletions

View file

@ -172,7 +172,7 @@ export const initUI = (protyle: IProtyle) => {
focusByRange(range);
}
}
})
});
});
let overAttr = false;
protyle.element.addEventListener("mouseover", (event: KeyboardEvent & { target: HTMLElement }) => {