Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DeleteWithConfirmButton #2989

Merged
merged 1 commit into from
Mar 13, 2019
Merged

Fix DeleteWithConfirmButton #2989

merged 1 commit into from
Mar 13, 2019

Conversation

fzaninotto
Copy link
Member

A late refactoring in Confirm introduced a bug in the DeleteWithConfirm button: the function called upon confirm doesn't receive any event. So clicking on "confirm" on the dialog raised an error and made the deletion impossible:

Uncaught TypeError: Cannot read property 'stopPropagation' of undefined

image

@fzaninotto fzaninotto added this to the 2.8.1 milestone Mar 12, 2019
@djhi djhi merged commit 577c8b8 into master Mar 13, 2019
@djhi djhi deleted the fix-delete-with-confirm branch March 13, 2019 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants