提交 24e37966 编写于 作者: J Joao Moreno

fixes #20989

上级 66f06e0d
...@@ -245,9 +245,9 @@ class MouseController<T> implements IDisposable { ...@@ -245,9 +245,9 @@ class MouseController<T> implements IDisposable {
private onPointer(e: IListMouseEvent<T>) { private onPointer(e: IListMouseEvent<T>) {
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
this.view.domNode.focus();
this.list.setFocus([e.index]); this.list.setFocus([e.index]);
this.list.open([e.index]); this.list.open([e.index]);
this.view.domNode.focus();
} }
dispose() { dispose() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册