amineyrman / vue-kinesis

Easily create complex interactive animations with Vue.js
https://www.aminerman.com/kinesis/
MIT License
1.48k stars 59 forks source link

Container Events Mixin: readding old event listeners #82

Open abernh opened 2 years ago

abernh commented 2 years ago

See https://github.com/Aminerman/vue-kinesis/blob/02eb26ff4fbcd1d646011afa246319d9f1952be9/src/mixins/container_events.js#L49

If I am not mistaken this line should read .removeEventListener

Otherwise the old event gets an additional new event listener added.