diff --git a/Source/Turbo Navigator/TurboNavigator.swift b/Source/Turbo Navigator/TurboNavigator.swift index 48cc309..f6a4445 100644 --- a/Source/Turbo Navigator/TurboNavigator.swift +++ b/Source/Turbo Navigator/TurboNavigator.swift @@ -219,8 +219,10 @@ extension TurboNavigator: TurboNavigationHierarchyControllerDelegate { switch navigationStack { case .main: session.markSnapshotCacheAsStale() + session.markContentAsStale() case .modal: modalSession.markSnapshotCacheAsStale() + modalSession.markContentAsStale() } } }