1.2.4 • Published 1 year ago

@rafaeljunioxavier/vue-quill-fix v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vue-quill

Fix for the DOMNodeInserted deprecation warning:

[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM 
Mutation Event. This event type is deprecated () and work is underway 
to remove it from this browser. Usage of this event listener will cause 
performance issues today, and represents a risk of future incompatibility. 
Consider using MutationObserver instead.

The original developer seens to not be aware of this.

The only change was made update quill for a recent version.

For more details:

https://github.com/vueup/vue-quill/issues/409