This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Description
Commit message and commit button remain enabled during the execution of a commit. This is likely not noticeable usually, but my project has a long running pre-commit hook so I have a large window to observe.
Steps to Reproduce
- Modify a file
- Stage it
- Type a commit message
- Hit commit
Expected behavior:
The "commit message" box and the commit button should become disabled until the operation completes.
Actual behavior:
Both the message box and commit button are enabled. I can click commit as many times as I wish and all but the first lead to an error message.
Versions
OS: Windows 10 x64
Atom: 1.18.0 x64
atom/github: 0.3.3
Additional Information
Successful commit, UI elements remaining enabled:

Clicking commit multiple times (ignore the output in the error, that's the preamble in my pre-commit hook):
