Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Oct 15, 2024
1 parent 2a7963e commit e33666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vike/client/client-routing-runtime/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ function getStateNotEnhanced(): StateNotEnhanced {
return state
}

function getHistoryState(): StateNotEnhanced {
return getStateNotEnhanced()
function getHistoryState(): StateEnhanced {
return getStateEnhanced()
}

function getScrollPosition(): ScrollPosition {
Expand Down

0 comments on commit e33666e

Please sign in to comment.