提交 5e8acddb 编写于 作者: R Rob Lourens

Fix #57890 - clear search error when search input is changed

上级 a4a726c8
......@@ -384,6 +384,7 @@ export class SearchWidget extends Widget {
}
private onSearchInputChanged(): void {
this.searchInput.clearMessage();
this.setReplaceAllActionState(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册