mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
refactor: pass Models.Commit instead of just sha of it
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
ba3c72585d
commit
2f9e825b63
3 changed files with 5 additions and 5 deletions
|
@ -1310,7 +1310,7 @@ namespace SourceGit.ViewModels
|
|||
item.Click += (_, e) =>
|
||||
{
|
||||
if (PopupHost.CanCreatePopup())
|
||||
PopupHost.ShowAndStartPopup(new ExecuteCustomAction(this, action, null));
|
||||
PopupHost.ShowAndStartPopup(new ExecuteCustomAction(this, dup, null));
|
||||
|
||||
e.Handled = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue