diff --git a/src/components/content.js b/src/components/content.js index a68dd78a2..49de1228e 100644 --- a/src/components/content.js +++ b/src/components/content.js @@ -448,9 +448,6 @@ class Content extends React.Component { onDragOver = (event) => { if (!this.isInEditor(event.target)) return - - event.preventDefault() - if (this.tmp.isDragging) return this.tmp.isDragging = true this.tmp.isInternalDrag = false