click-outside icon indicating copy to clipboard operation
click-outside copied to clipboard

JS error on unbind

Open ChoOo7 opened this issue 5 years ago • 2 comments

vue.esm.js?a026:628 [Vue warn]: Error in directive click-outside unbind hook: "TypeError: Cannot read property 'handler' of undefined"

vue.esm.js?a026:1897 TypeError: Cannot read property 'handler' of undefined at unbind (index.js?e67d:65) at callHook$1 (vue.esm.js?a026:6685) at _update (vue.esm.js?a026:6646)

!isServer(vNode) && document.removeEventListener('click', el.vueClickOutside.handler)

ChoOo7 avatar Jan 21 '20 08:01 ChoOo7

same here

joshephan avatar Feb 27 '20 06:02 joshephan

https://github.com/ChoOo7/click-outside associated PR : https://github.com/vue-bulma/click-outside/pull/20

ChoOo7 avatar Feb 27 '20 07:02 ChoOo7