alpine-ajax icon indicating copy to clipboard operation
alpine-ajax copied to clipboard

this.$el points to button instead of x-data element

Open Jagadish056 opened this issue 6 months ago • 1 comments

In the Notifications, this.$el in dismiss() points to the button instead of the parent x-data element, causing the wrong element to be removed.

Suggestion: Use this.$data.$el && setTimeout(() => this.$data.$el.remove(), 500) to fix the issue.

Jagadish056 avatar Aug 14 '24 02:08 Jagadish056