Fixed: Inserting properties to the tree now animate correctly to the inserted property
This commit is contained in:
@@ -18,7 +18,7 @@ const insertProperty = new ValidatedMethod({
|
||||
run({creatureProperty}) {
|
||||
let rootCreature = getRootCreatureAncestor(creatureProperty);
|
||||
assertEditPermission(rootCreature, this.userId);
|
||||
insertPropertyWork({
|
||||
return insertPropertyWork({
|
||||
property: creatureProperty,
|
||||
creature: rootCreature,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user