Vanessa 2025-07-27 11:38:58 +08:00
parent 7308536ded
commit ccbcb4b809
2 changed files with 3 additions and 3 deletions

View file

@ -615,7 +615,7 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation) => {
foldElement.firstElementChild.classList.add("av__group-arrow--open");
foldElement.parentElement.nextElementSibling.classList.remove("fn__none");
}
foldElement.removeAttribute("disabled");
foldElement.removeAttribute("data-folding");
});
return;
}