Skip to content

Commit c553f92

Browse files
authored
Merge pull request #83 from mcintyre94/suggest-no-auto-select-quick-action-input-1b304d4a
Don't auto-focus input on Quick Actions sheet open
2 parents 3b4e7b0 + 248b13c commit c553f92

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Wisp/Views/QuickActions/BashQuickView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@ struct BashQuickView: View {
127127
}
128128
}
129129
.background(Color(.systemBackground))
130-
.onAppear {
131-
isInputFocused = true
132-
}
133130
}
134131
}
135132

Wisp/Views/QuickActions/QuickChatView.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ struct QuickChatView: View {
7676
.padding(.bottom, isRunningOnMac ? 12 : 0)
7777
}
7878
.background(Color(.systemBackground))
79-
.onAppear {
80-
isInputFocused = true
81-
}
8279
}
8380
}
8481

0 commit comments

Comments
 (0)