correct bug

This commit is contained in:
German 2026-04-08 20:30:14 +04:00
parent 7ab497f28c
commit 1b89b68306

View File

@ -86,6 +86,9 @@ class FindObjectMap {
}); });
return this; return this;
} }
app() {
return this._app;
}
} }
export default class { export default class {