提交 bcd84c96 编写于 作者: B Benjamin Pasero

💄

上级 a2379d32
......@@ -55,7 +55,7 @@ export class ListService implements IListService {
// Special treatment for tree highlight mode
if (!(widget instanceof List)) {
toDispose.push(widget.onHighlightChange(() => {
if (widget.getHighlight()) {
if (this.focusedTreeOrList === widget && widget.getHighlight()) {
this.onListDOMBlur(widget);
} else if (widget.isDOMFocused()) {
this.onListDOMFocus(widget);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册