Skip to content

Commit

Permalink
Scroll to top
Browse files Browse the repository at this point in the history
Signed-off-by: Delemangi <[email protected]>
  • Loading branch information
Delemangi committed Jun 16, 2024
1 parent 8a1c14e commit a45462a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/user/FileRow.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
const openShare = () => {
if (file.shared) {
visible = true;
window.scrollTo(0, 0);
}
};
Expand Down

0 comments on commit a45462a

Please sign in to comment.