提交 bea0950e 编写于 作者: M Matt Bierner

Remove delay when focusing simple find widget

Fixes #59606

This matches how the editor find widget works
上级 1af9eab6
......@@ -206,9 +206,7 @@ export abstract class SimpleFindWidget extends Widget {
dom.addClass(this._innerDomNode, 'visible');
dom.addClass(this._innerDomNode, 'visible-transition');
this._innerDomNode.setAttribute('aria-hidden', 'false');
setTimeout(() => {
this._findInput.select();
}, 200);
this._findInput.select();
}, 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册