Skip to content

Commit

Permalink
Merge branch 'open-in-album' of github.com:SmilyOrg/photofield into o…
Browse files Browse the repository at this point in the history
…pen-in-album
  • Loading branch information
SmilyOrg committed Oct 9, 2024
2 parents 69576c7 + a306740 commit 93da388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/ScrollViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ watch(scene, async (newScene) => {
return;
}
if (lastLoadedScene && newScene.search != lastLoadedScene.search) {
console.log("Scroll to top", newScene?.search, lastLoadedScene?.search);
emit("focusFileId", null);
scrollToPixels(0);
}
Expand Down

0 comments on commit 93da388

Please sign in to comment.