Vanessa 2025-08-19 11:20:30 +08:00
parent 6564f0e138
commit dc90d05086

View file

@ -78,6 +78,7 @@ export class Undo {
}); });
transaction(protyle, state.doOperations); transaction(protyle, state.doOperations);
} }
document.querySelector(".av__panel")?.remove();
preventScroll(protyle); preventScroll(protyle);
scrollCenter(protyle); scrollCenter(protyle);
} }