Replies: 1 comment
|
The error simply means: terrariumElement is being used in a place where it doesn’t exist. function elementDrag(e) { } function elementDrag(e, terrariumElement) { |
|
The error simply means: terrariumElement is being used in a place where it doesn’t exist. function elementDrag(e) { } function elementDrag(e, terrariumElement) { |
Uh oh!
There was an error while loading. Please reload this page.
uncaught reference error: terrariumElement not defined
terrariumElement parameter in dragElement closure function declaration is not available to use as argument in elementDrag```
function which takes event as para...
kindly help make the App work.
All reactions