Fixed new effects dialog animation

makes some progress on #72
This commit is contained in:
Stefan Zermatten
2017-07-13 16:01:43 +02:00
parent 8b061f7aa9
commit 2bacb296ba

View File

@@ -33,7 +33,7 @@ Template.effectsEditList.events({
template: "effectEdit",
data: {id: effectId},
element: event.currentTarget,
returnElement: instance.find(`tr.effect[data-id='${effectId}']`),
returnElement: () => instance.find(`tr.effect[data-id='${effectId}']`),
});
},
"tap .edit-effect": function(event, template){