提交 5134daa8 编写于 作者: S SteVen Batten

restore focus when context menu is canceled

fixes #62008
上级 952faa48
......@@ -106,6 +106,10 @@ export class ContextMenuHandler {
delegate.onHide(!!didCancel);
}
if (this.focusToReturn) {
this.focusToReturn.focus();
}
this.menuContainerElement = null;
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册