We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11d290 commit 62a6e85Copy full SHA for 62a6e85
1 file changed
Core/Sources/SuggestionWidget/ChatWindowView.swift
@@ -377,6 +377,7 @@ struct ChatTabContainer: View {
377
tab.body
378
.opacity(isActive ? 1 : 0)
379
.disabled(!isActive)
380
+ .allowsHitTesting(isActive)
381
.frame(maxWidth: .infinity, maxHeight: .infinity)
382
} else {
383
EmptyView()
0 commit comments