提交 0137b24a 编写于 作者: R rebornix

Fix #31166. Re-validate input when toggling regex in find

上级 e190b100
......@@ -240,6 +240,7 @@ export class FindInput extends Widget {
public setRegex(value: boolean): void {
this.regex.checked = value;
this.setInputWidth();
this.validate();
}
public focusOnCaseSensitive(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册