To reproduce: 1. Select a file in the "Unstaged Changes" list 2. Right-click the empty space in the "Staged Changes" list 3. Select "Unstage" Expected: Nothing happens as nothing in the Staged Changes list was selected Observed: The selected file from the Unstaged Changes list is staged.  This happens because we dispatch `core:confirm` for both the "Stage" and "Unstage" context menu items.
To reproduce:
Expected:
Nothing happens as nothing in the Staged Changes list was selected
Observed:
The selected file from the Unstaged Changes list is staged.
This happens because we dispatch
core:confirmfor both the "Stage" and "Unstage" context menu items.