mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 14:12:34 +01:00
This commit is contained in:
parent
b4469726a1
commit
f99a6d225c
4 changed files with 6 additions and 3 deletions
|
|
@ -408,7 +408,7 @@ export const enableProtyle = (protyle: IProtyle) => {
|
|||
});
|
||||
const contentRect = protyle.contentElement.getBoundingClientRect();
|
||||
protyle.wysiwyg.element.querySelectorAll(".av").forEach((item: HTMLElement) => {
|
||||
if (item.querySelector(".av__title")) {
|
||||
if (item.querySelector(".av__scroll")) {
|
||||
stickyRow(item, contentRect, "all");
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue