mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🚨
This commit is contained in:
parent
98692c85df
commit
22a4fd9285
9 changed files with 26 additions and 27 deletions
|
|
@ -926,7 +926,7 @@ export class Files extends Model {
|
|||
item.removeAttribute("style");
|
||||
});
|
||||
if (typeof scrollTop === "number") {
|
||||
this.element.scroll({top: scrollTop, behavior: "smooth"})
|
||||
this.element.scroll({top: scrollTop, behavior: "smooth"});
|
||||
}
|
||||
}, 120);
|
||||
}, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue