Skip to content

Add call the Copy function correctly

Compare
Choose a tag to compare
@michaelmalonenz michaelmalonenz released this 02 Mar 22:06
· 41 commits to master since this release

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