mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug line
This commit is contained in:
parent
dca79bc913
commit
2f4436a8cb
1 changed files with 0 additions and 1 deletions
|
|
@ -690,7 +690,6 @@ struct AnimatingCellHeight: AnimatableModifier {
|
|||
.coordinateSpace(name: "scroll")
|
||||
.onChange(of: shouldScrollToTop) { _ in
|
||||
if shouldScrollToTop, let topItem = viewModel.fetcher.items.first {
|
||||
print("READING POISTION: ", topItem)
|
||||
withAnimation { // add animation for scroll to top
|
||||
reader.scrollTo(topItem.unwrappedID, anchor: .top) // scroll
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue