popupClickHandler not passing event anymore

Created on 15 October 2024, 4 months ago

Problem/Motivation

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.

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Mirakolous

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024