You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Manipulating the DOM does not work without a timeout function.
To Reproduce
Try to add a click event listener to an existing element with an id. There will be a error. But if you surround that with a timeout function, it works.
Expected behavior
Manipulate the DOM without timeout function
The text was updated successfully, but these errors were encountered:
Describe the bug
Manipulating the DOM does not work without a timeout function.
To Reproduce
Try to add a click event listener to an existing element with an id. There will be a error. But if you surround that with a timeout function, it works.
Expected behavior
Manipulate the DOM without timeout function
The text was updated successfully, but these errors were encountered: