This commit is contained in:
2026-04-10 00:55:49 +04:00
parent efa90cac6a
commit 60790fc6fd
+1
View File
@@ -118,6 +118,7 @@ class QueryBuilder {
if (this.rules.length === 0) this.rules = [this._emptyRule()];
this.render();
this.onChange?.(this.getQuery());
}
_queryToRule(clause) {