This commit is contained in:
Vanessa 2023-08-20 23:35:21 +08:00
parent b8797cb462
commit 69169dd5db
2 changed files with 2 additions and 1 deletions

View file

@ -274,6 +274,7 @@
thead {
position: sticky;
top: -1px;
z-index: 2;
box-shadow: 0px -1px 0px var(--b3-theme-on-surface-light) inset;
}
}

View file

@ -626,7 +626,7 @@ export const zoomOut = (options: {
});
return;
}
} else {
} else if (options.id !== options.protyle.block.rootID) {
options.protyle.wysiwyg.element.classList.add("protyle-wysiwyg--animate");
setTimeout(() => {
options.protyle.wysiwyg.element.classList.remove("protyle-wysiwyg--animate");