diff --git a/src/lib/interactions.ts b/src/lib/interactions.ts index 836a8c16..fbd07511 100644 --- a/src/lib/interactions.ts +++ b/src/lib/interactions.ts @@ -51,7 +51,7 @@ const getInteractionCountForNavigation = () => { }; export const resetInteractions = () => { - prevInteractionCount = 0; + prevInteractionCount = getInteractionCount(); longestInteractionList.length = 0; longestInteractionMap.clear(); };