We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf12426 commit 2003ce0Copy full SHA for 2003ce0
src/ViewModels/AddWorktree.cs
@@ -12,7 +12,7 @@ public class AddWorktree : Popup
12
public string Path
13
{
14
get => _path;
15
- set => SetProperty(ref _path, value);
+ set => SetProperty(ref _path, value, true);
16
}
17
18
public bool CreateNewBranch
0 commit comments