提交 2e213ea7 编写于 作者: S SteVen Batten

fix mouse event typo for menu focus

上级 a50c8040
......@@ -102,7 +102,7 @@ export class Menu extends ActionBar {
}
}));
this._register(addDisposableListener(this.actionsList, EventType.MOUSE_OUT, e => {
this._register(addDisposableListener(this.actionsList, EventType.MOUSE_OVER, e => {
let target = e.target as HTMLElement;
if (!target || !isAncestor(target, this.actionsList) || target === this.actionsList) {
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册