correct error of return

This commit is contained in:
German 2026-04-08 16:25:10 +00:00
parent 5cfdfdbcca
commit 7ab497f28c

View File

@ -84,6 +84,7 @@ class FindObjectMap {
this.root.addEventListener(event, () => {
func(this._app);
});
return this;
}
}