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

This commit is contained in:
rebornix
2017-08-11 15:19:14 -07:00
parent e190b10074
commit 0137b24a8c

View File

@@ -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 {