提交 643c29fc 编写于 作者: S Sandeep Somavarapu

Fix #22134

上级 20b56e26
......@@ -297,6 +297,9 @@ export class SearchWidget extends Widget {
public focus() {
this.inputBox.focus();
if (this.value) {
this.inputBox.select();
}
}
public clear() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册