Skip to content

Commit 8dcea5d

Browse files
committed
Fix manual input per tab bug
1 parent 78c8c14 commit 8dcea5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

interview_coder/TabsRootView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ struct TabsRootView: View {
77
VStack(spacing: 0) {
88
if let m = tabs.activeModel {
99
PanelView()
10+
.id(ObjectIdentifier(m))
1011
.environmentObject(m)
1112
.environmentObject(tabs)
1213
} else {

0 commit comments

Comments
 (0)