Add call the Copy function correctly
If the Copy function was bound to the dragula-and-drop
property, then it wouldn't have been called with the destructed object that Aurelia binding expects, meaning that the parameters would be undefined
This is fixed, now thanks to @Piees for pointing it out