Structure import bug
ricardolima-xyz opened this issue · 0 comments
ricardolima-xyz commented
structureImport(structure) {
...
if (this.onStructureChange) this.onStructureChange(); <-- should be this.options.onStructureChange, but throws undefined error
}