- Issue created by @Mirakolous
- @mirakolous opened merge request.
Automatically closed - issue fixed for 2 weeks with no activity.
https://git.drupalcode.org/project/extlink/-/commit/3497129c0e111fe18397...
Looking this ```return Drupal.extlink.popupClickHandler(e, this);``` was replaced with ```return Drupal.extlink.popupClickHandler.call(_that);```
This left out the event, so custom modules using `popupClickHandler` now are getting undefined for event which is needed for multiple reasons.
I am not sure if this was deliberate and I need to refactor my code somehow or just an error.
Active
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.