Skip to content

Fix JavaScript error

Both button and e.target refer to the same element, so .closest() throws an invalid selector error.

Closes #3436130

Merge request reports