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) { |
Beta Was this translation helpful? Give feedback.
-
|
The error simply means: terrariumElement is being used in a place where it doesn’t exist. function elementDrag(e) { } function elementDrag(e, terrariumElement) { |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions