devextreme-quill
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -11,3 +11,8 @@ import EventEmitter from 'eventemitter3'; | ||
document.addEventListener(eventName, (...args) => { | ||
Array.from(document.querySelectorAll('.ql-container')).forEach((node) => { | ||
const event = args[0]; | ||
const shadowRoot = event?.target?.shadowRoot; | ||
const root = shadowRoot ?? document; | ||
const quillContainers = root.querySelectorAll('.ql-container'); | ||
Array.from(quillContainers).forEach((node) => { | ||
const quill = instances.get(node); | ||
@@ -14,0 +19,0 @@ if (quill && quill.emitter) { |
{ | ||
"name": "devextreme-quill", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Core of the DevExtreme HtmlEditor", | ||
@@ -5,0 +5,0 @@ "author": "Developer Express Inc.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2104392
42267