mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Fix #31166. Re-validate input when toggling regex in find
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user