Closed EMaderbacher closed 1 year ago
No, if it's getting null the event isn't hooking right anyways. Need to figure out what might be causing it but it's safe to put the null check in the javascript
I guess reason is because of the async invocation of Javascript
When I'm clicking fast through pages with a tooltip I get sometimes this exception:
Reason is, that parameter
element
of functionAddEventInternal
is null. Are there any side effects adding a null check at begin of function AddEventInternal?