Skip to content

Commit 38cd1f0

Browse files
committed
Fixed PR issue
1 parent 24658a2 commit 38cd1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/WorkspaceView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct WorkspaceView: View {
134134
}
135135
}
136136
.onChange(of: sourceControlIsEnabled) { newValue in
137-
if !newValue {
137+
if newValue {
138138
Task {
139139
await sourceControlManager.refreshCurrentBranch()
140140
}

0 commit comments

Comments
 (0)