vue-advanced-chat icon indicating copy to clipboard operation
vue-advanced-chat copied to clipboard

why templatesText click not working

Open chiukovo opened this issue 2 years ago • 7 comments

Describe the bug

templatesText do mouseover ok but click not working thanks

Screenshots

1659495759770 1659495783388

Device (please complete the following information)

  • OS: Windows 10
  • Browser: Chrome 103.0.5060.134
  • Package version: 1.5.7

chiukovo avatar Aug 03 '22 03:08 chiukovo

It's working on my side... Could you share a minimal example repo to reproduce the issue?

antoine92190 avatar Aug 03 '22 07:08 antoine92190

Is it working on the demo for you ? https://antoine92190.github.io/vue-advanced-chat/

antoine92190 avatar Aug 03 '22 07:08 antoine92190

It's working on my side... Could you share a minimal example repo to reproduce the issue?

sandbox example not work thanks u :)

https://codesandbox.io/s/hardcore-shamir-nwlh0w

chiukovo avatar Aug 03 '22 09:08 chiukovo

add setTimeout it's working lol but i don't know why ....

1659579627024

chiukovo avatar Aug 04 '22 02:08 chiukovo

Thanks, I can reproduce. I will fix this ASAP

antoine92190 avatar Aug 06 '22 07:08 antoine92190

Fixed in https://github.com/antoine92190/vue-advanced-chat/commit/cc6ad4f6f6211fb0ab8285796e04cc8c746a9970 Actually, the list was destroyed at the same time as the click action was done, so the click was not computed. Not sure where this regression comes from, but it should work fine now. Will release a new version later today.

antoine92190 avatar Aug 06 '22 07:08 antoine92190

great! thanks you

Fixed in cc6ad4f Actually, the list was destroyed at the same time as the click action was done, so the click was not computed. Not sure where this regression comes from, but it should work fine now. Will release a new version later today.

chiukovo avatar Aug 07 '22 10:08 chiukovo