This commit is contained in:
nate 2026-04-10 00:55:49 +04:00
parent efa90cac6a
commit 60790fc6fd
1 changed files with 1 additions and 0 deletions

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