nhn / tui.image-editor

🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
http://ui.toast.com/tui-image-editor
MIT License
6.84k stars 1.26k forks source link

Vuejs 3 Bugfix for adding Eventlisteners #814

Closed danielDigitalArt closed 1 year ago

danielDigitalArt commented 1 year ago

Error-Message was: Uncaught (in promise) TypeError: Cannot convert undefined or null to object at Function.keys () at Proxy.addEventListener

Reason: $listeners was removed in vue 3, see: https://v3-migration.vuejs.org/breaking-changes/listeners-removed.html

Hotfix: Prevent error messages by ignoring listeners, when not set. Will surely prevent Listeners from being properly registered/executed.

Please check if the PR fulfills these requirements

Description


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

stale[bot] commented 1 year ago

This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks!

stale[bot] commented 1 year ago

This issue will be closed due to inactivity. Thanks for your contribution!