diff --git a/src/vs/base/browser/ui/tree/abstractTree.ts b/src/vs/base/browser/ui/tree/abstractTree.ts index f29df003361..9ef15f54ae6 100644 --- a/src/vs/base/browser/ui/tree/abstractTree.ts +++ b/src/vs/base/browser/ui/tree/abstractTree.ts @@ -1400,10 +1400,8 @@ export abstract class AbstractTree implements IDisposable } this.view.updateOptions({ + ...this._options, enableKeyboardNavigation: this._options.simpleKeyboardNavigation, - automaticKeyboardNavigation: this._options.automaticKeyboardNavigation, - smoothScrolling: this._options.smoothScrolling, - horizontalScrolling: this._options.horizontalScrolling }); if (this.typeFilterController) {