fixed move selected + multi tween bugs
This commit is contained in:
@@ -88,7 +88,7 @@ class KeyframeView extends WindozDomContent {
|
||||
this.outputs.agentsSelector.value = type
|
||||
await this.onChangeAgent()
|
||||
const defaultValues = this.getFieldsValues('div[data-output="agentProperties"]')
|
||||
return(this.newAgent(type, { ...defaultValues, ...properties })) //TODO: deepMerge
|
||||
return(await this.newAgent(type, { ...defaultValues, ...properties })) //TODO: deepMerge
|
||||
} else {
|
||||
throw(`Invalid agent type: ${type}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user