Vanessa 2025-07-23 13:08:38 +08:00
parent c88f99646c
commit 508eb93183
33 changed files with 111 additions and 108 deletions

View file

@ -229,7 +229,7 @@ export const initUI = (protyle: IProtyle) => {
if (item !== hlItem) {
hlItem.classList.remove("protyle-wysiwyg--hl");
}
if (rowItem && (rowItem !== hlItem)) {
if (rowItem && rowItem !== hlItem) {
rowItem.classList.remove("av__row--hl");
}
});