Skip to content

Fix click events | remove preventDefault in bodyDown method - #131

Open
donaldma wants to merge 1 commit into
kirillmurashov:vue3from
donaldma:fix-click-event
Open

Fix click events | remove preventDefault in bodyDown method#131
donaldma wants to merge 1 commit into
kirillmurashov:vue3from
donaldma:fix-click-event

Conversation

@donaldma

Copy link
Copy Markdown

fixes #67, fixes #73

@donaldma

Copy link
Copy Markdown
Author

@kirillmurashov or we could make preventDefault optional by a flag

@erhanfirat

Copy link
Copy Markdown

Will be this commit merged and published new version?
I had same bug and it is an emergency for me.

@donaldma

donaldma commented Dec 1, 2021

Copy link
Copy Markdown
Author

if the reviewers ever get to it

@whyym

whyym commented Mar 31, 2022

Copy link
Copy Markdown

This does not seem necessary,We just do:
@clicked="onClicked"
onClicked(ev) {
ev.preventDefault = undefined
},

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.

3 participants