We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ac15ec + ebe9359 commit fe5fcd5Copy full SHA for fe5fcd5
1 file changed
lib/views/staging-view.js
@@ -162,9 +162,11 @@ export default class StagingView {
162
}
163
164
mouseup () {
165
- this.mouseSelectionInProgress = false
166
- this.selection.coalesce()
167
- this.onDidChangeSelectedItem()
+ if (this.mouseSelectionInProgress) {
+ this.mouseSelectionInProgress = false
+ this.selection.coalesce()
168
+ this.onDidChangeSelectedItem()
169
+ }
170
171
172
render () {
0 commit comments