提交 15a30c0e 编写于 作者: C Christof Marti

Clear any selection (fixes #46926)

上级 397b45b7
......@@ -199,6 +199,11 @@ export class QuickInputCheckboxList {
this._onLeave.fire();
}
}));
this.disposables.push(this.list.onSelectionChange(e => {
if (e.elements.length) {
this.list.setSelection([]);
}
}));
}
@memoize
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册