ricardolima-xyz/easyjsonform

Structure import bug

ricardolima-xyz opened this issue · 0 comments

structureImport(structure) {
...
if (this.onStructureChange) this.onStructureChange(); <-- should be this.options.onStructureChange, but throws undefined error
}