vue-drag-resize icon indicating copy to clipboard operation
vue-drag-resize copied to clipboard

Fix click events | remove preventDefault in bodyDown method

Open donaldma opened this issue 3 years ago • 4 comments

fixes #67, fixes #73

donaldma avatar Nov 26 '21 06:11 donaldma

@kirillmurashov or we could make preventDefault optional by a flag

donaldma avatar Nov 26 '21 20:11 donaldma

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

erhanfirat avatar Dec 01 '21 11:12 erhanfirat

if the reviewers ever get to it

donaldma avatar Dec 01 '21 14:12 donaldma

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

whyym avatar Mar 31 '22 03:03 whyym