vue-clickaway icon indicating copy to clipboard operation
vue-clickaway copied to clipboard

Support specifying event

Open simplesmiler opened this issue 7 years ago • 3 comments

This will:

  1. Help work around iOS issues, where click event is not delegated to the document root (#7, #13).
  2. Help work around issues with libraries that manage to remove their DOM before the click event arrives to the document root (#10)

Possible syntax (with modifiers): v-click-away.mousedown="awayHandler".

simplesmiler avatar Apr 04 '17 12:04 simplesmiler

that sounds great!

sanyashvets avatar Apr 04 '17 13:04 sanyashvets

https://github.com/simplesmiler/vue-clickaway/issues/13#issuecomment-303956212

This might help.

bmfteixeira avatar Jun 20 '17 09:06 bmfteixeira

I added this functionality to https://github.com/silverspectro/vue-clickaway2 which is a continuation of this project.

buffet-time avatar Oct 25 '18 14:10 buffet-time