This commit is contained in:
Rob Lourens
2021-06-25 14:38:09 -05:00
parent e03f9bd93a
commit 20ea4daec2
@@ -1158,6 +1158,11 @@ export class SettingsEditor2 extends EditorPane {
}
private async onSearchInputChanged(): Promise<void> {
if (!this.currentSettingsModel) {
// Initializing search widget value
return;
}
const query = this.searchWidget.getValue().trim();
this.delayedFilterLogging.cancel();
await this.triggerSearch(query.replace(//g, ' '));