arrive icon indicating copy to clipboard operation
arrive copied to clipboard

Option to let fire multiple times for a single element

Open kkayam opened this issue 6 years ago • 2 comments

In my case i need to watch an element whose attributes get updated constantly, but arrive wont let me follow updates after the first. This should be an option

kkayam avatar May 16 '19 11:05 kkayam

@KorayKaya stumbled upon the same issue – by any chance, have you found some solution to this?

Strajk avatar Jun 19 '20 15:06 Strajk

I had this same issue, and found that the simplest solution for me was to remove the event listener and re-add it whenever the arrive event fires. Not sure if that would work in your situation, but it's working for me.

cgrymala avatar Mar 20 '21 14:03 cgrymala