Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
let scrollDiv: HTMLDivElement | null = $state(null);
let scrollPosition = 0;
let scrollSaved = false;
Comment thread
KarsonDahl marked this conversation as resolved.
Outdated

// The following block should be inside a function or reactive statement, not at top-level
// if (scrollDiv) {
// scrollPosition = scrollDiv.scrollTop;
Expand Down