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