devextreme-quill
Advanced tools
Comparing version 1.5.9 to 1.5.10
@@ -32,4 +32,3 @@ import Delta from 'quill-delta'; | ||
this.quill.root.addEventListener('drop', e => { | ||
e.preventDefault(); | ||
let native; | ||
const noFiles = e.dataTransfer.files.length === 0; | ||
const { onDrop } = this.options; | ||
@@ -41,2 +40,9 @@ | ||
if (noFiles) { | ||
return; | ||
} | ||
e.preventDefault(); | ||
let native; | ||
if (document.caretRangeFromPoint) { | ||
@@ -43,0 +49,0 @@ native = document.caretRangeFromPoint(e.clientX, e.clientY); |
{ | ||
"name": "devextreme-quill", | ||
"version": "1.5.9", | ||
"version": "1.5.10", | ||
"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
1867176
39474