Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Jan 9, 2025
1 parent 55e040b commit b138d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CurrentPage {

return this.swap({ component, page, preserveState }).then(() => {
if (!preserveScroll) {
Scroll.reset(page)
Scroll.reset()
}

eventHandler.fireInternalEvent('loadDeferredProps')
Expand Down

0 comments on commit b138d04

Please sign in to comment.