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(NcButton): correctly emit click event #4398

Merged
merged 1 commit into from Aug 4, 2023

Conversation

raimund-schluessler
Copy link
Contributor

@raimund-schluessler raimund-schluessler commented Aug 4, 2023

This fixes an issue with the NcButton click handler, that will come up with the vue3 migration. The way we currently call the click handler won't work in vue3 anymore, and was anyway not really clean, I guess. Simply emiting the click event fixes this.

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
@raimund-schluessler raimund-schluessler added this to the 8.0.0 milestone Aug 4, 2023
@raimund-schluessler raimund-schluessler marked this pull request as ready for review August 4, 2023 07:40
@raimund-schluessler raimund-schluessler merged commit de691a0 into master Aug 4, 2023
17 checks passed
@raimund-schluessler raimund-schluessler deleted the fix/noid/button-emit-click branch August 4, 2023 12:07
@skjnldsv skjnldsv mentioned this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants