提交 42b077d6 编写于 作者: J João Moreno

fixes #109307

上级 86e1d074
......@@ -134,7 +134,7 @@ export class WatchExpressionsView extends ViewPane {
}));
let horizontalScrolling: boolean | undefined;
this._register(this.debugService.getViewModel().onDidSelectExpression(e => {
if (e instanceof Expression && e.name) {
if (e instanceof Expression) {
horizontalScrolling = this.tree.options.horizontalScrolling;
if (horizontalScrolling) {
this.tree.updateOptions({ horizontalScrolling: false });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册