Skip to content

Commit f22ee8e

Browse files
authored
Merge pull request #14 from bvolpato-dd/bv/fix-worktree-sheet-tab-nav
[macos] fix Tab navigation in new worktree sheet
2 parents 529bb89 + da067f8 commit f22ee8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

macos/Sources/Features/Worktrunk/WorktrunkSidebarView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,7 @@ private struct CreateWorktreeSheet: View {
11161116
TextField("Branch", text: $branch)
11171117
TextField("Base (optional)", text: $base)
11181118
Toggle("Create branch", isOn: $createBranch)
1119+
.focusable()
11191120
}
11201121

11211122
if let errorText, !errorText.isEmpty {

0 commit comments

Comments
 (0)