After upgrading the GitHub package to dfdcc387bb17faec1d8941aeecc2fcd6f0370986, every time I click on a changed file in the sidebar I get a `TypeError`. This is the stack trace: ``` Uncaught TypeError: this.onDidChangeSelectedItem is not a function mouseup @ staging-view.js:272 ``` It's worth noting that everything works as expected when using the keyboard to navigate the changes. /cc: @atom/git-maintainers
After upgrading the GitHub package to dfdcc38, every time I click on a changed file in the sidebar I get a
TypeError. This is the stack trace:It's worth noting that everything works as expected when using the keyboard to navigate the changes.
/cc: @atom/git-maintainers