Skip to content

Commit 946e4b6

Browse files
committed
Prevent chat tab from being persisted after closed
1 parent 5e534b3 commit 946e4b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Core/Sources/ChatGPTChatTab/ChatGPTChatTab.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public class ChatGPTChatTab: ChatTab {
118118
}.store(in: &cancellable)
119119

120120
viewStore.publisher.removeDuplicates()
121-
.debounce(for: .seconds(1), scheduler: DispatchQueue.main)
122121
.sink { [weak self] _ in
123122
Task { @MainActor [weak self] in
124123
self?.chatTabViewStore.send(.tabContentUpdated)

Pro

Submodule Pro updated from d106b3b to a8895f1

0 commit comments

Comments
 (0)