This commit is contained in:
parent
b8797cb462
commit
69169dd5db
2 changed files with 2 additions and 1 deletions
|
@ -274,6 +274,7 @@
|
|||
thead {
|
||||
position: sticky;
|
||||
top: -1px;
|
||||
z-index: 2;
|
||||
box-shadow: 0px -1px 0px var(--b3-theme-on-surface-light) inset;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue