Fix reopen-last behavior with new settings hash

This commit is contained in:
Jack Kingsman
2026-03-16 18:17:21 -07:00
parent e19a8d3395
commit 9c06ed62a4
2 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ export function useConversationRouter({
if (hashSyncEnabledRef.current && !suspendHashSync) {
updateUrlHash(activeConversation);
}
if (getReopenLastConversationEnabled() && activeConversation.type !== 'search') {
if (activeConversation.type !== 'search') {
saveLastViewedConversation(activeConversation);
}
}