Revert "fixes #30323"

This reverts commit 062d65d175.
This commit is contained in:
Joao Moreno 2017-08-31 15:51:03 +02:00
parent c541f7fe8f
commit 2b51e6bfe2

View file

@ -343,13 +343,7 @@ class SourceControlView extends CollapsibleView {
this.list = new List(this.listContainer, delegate, renderers, {
identityProvider,
keyboardSupport: false,
// sad... we must do this because the list can be rerendered between a
// mousedown and the respective mouseup events. since the list isn't as
// cool as react (yet), it always removes all DOM nodes on rerender
// https://github.com/Microsoft/vscode/issues/30323
selectOnMouseDown: true
keyboardSupport: false
});
this.disposables.push(attachListStyler(this.list, this.themeService));