Stable/unstable

This commit is contained in:
german 2026-04-10 19:37:57 +04:00
parent c10d855260
commit e641c4e38b

View File

@ -371,7 +371,6 @@ export default class Find {
PrivateFind.error("Use select, before draw. Or you can use render."); PrivateFind.error("Use select, before draw. Or you can use render.");
} }
let group = this.groups[PrivateFind.arrayFindElement(this.groups, this.__id)]; let group = this.groups[PrivateFind.arrayFindElement(this.groups, this.__id)];
console.log(group);
if (typeof group !== "object") { if (typeof group !== "object") {
PrivateFind.findTypeError(group, "object"); PrivateFind.findTypeError(group, "object");
return this; return this;