fix: Conventional Commit Helper not working in Interactive Rebase (#1446)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-23 09:54:31 +08:00
parent f59b34fe25
commit 9d2f8b1555
No known key found for this signature in database
7 changed files with 97 additions and 64 deletions

View file

@ -531,8 +531,8 @@ namespace SourceGit
return true;
}
var editor = new Views.StandaloneCommitMessageEditor();
editor.SetFile(file);
var editor = new Views.CommitMessageEditor();
editor.AsStandalone(file);
desktop.MainWindow = editor;
return true;
}