-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Description
I have done some changes on UI.coffee (and on the templates too) to disable some features on Sidebar and Timeline. And everytime I add an Node to container this appears (browser console):
Uncaught ReferenceError: anim is not defined Node.js:315
And I can't add other Node from the same type, eg: add "Number" can't add again impossible do drag&drop.
I have looked into the code and the line that throws the error is res = anim("nid-" + @get("nid"), @fields.inputs) from models/Node.coffee:
createAnimContainer: () =>
res = anim("nid-" + @get("nid"), @fields.inputs)
# enable track animation only for number/boolean
for f of @fields.inputs
field = @fields.inputs[f]
if field.is_animation_property() == false
@disable_property_anim(field)
return resWhere is the anim(..)function? I can't find anywhere...
Thanks for the help :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels