If I create a new branch but do not commit anything and then try to close it, it makes the branch disappear and also closes another branch.
Steps to reproduce:
1. Create a new branch 'Branch A'
2. Commit some changes
3. Push changes to repository
4. Create another branch 'Branch B'
5. Close 'Branch B'
This should result in Branch B disappearing and Branch A closed.