mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-04 03:42:38 +03:00
fix: properly handle commit completion and reset commit message
This commit is contained in:
parent
dd420176ec
commit
85fbbf428f
@ -54,9 +54,9 @@
|
||||
branchController
|
||||
.commitBranch(branch.id, commitMessage, $selectedOwnership.toString(), $runCommitHooks)
|
||||
.then(() => {
|
||||
isCommitting = false;
|
||||
commitMessage = '';
|
||||
});
|
||||
})
|
||||
.finally(() => (isCommitting = false));
|
||||
}
|
||||
|
||||
export function git_get_config(params: { key: string }) {
|
||||
|
Loading…
Reference in New Issue
Block a user