@windoc/react 0.3.5 → 0.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2250,11 +2250,6 @@ function EditorInner({
2250
2250
  }
2251
2251
  }
2252
2252
  ]);
2253
- if (userOnDrop) {
2254
- instance.override.drop = (evt) => {
2255
- evt.preventDefault();
2256
- };
2257
- }
2258
2253
  const closeDropdowns = (evt) => {
2259
2254
  const visibleDom = document.querySelector(".visible");
2260
2255
  if (!visibleDom) return;