@tiptap/core 3.0.0-beta.16 → 3.0.0-beta.18

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.cjs CHANGED
@@ -2152,7 +2152,7 @@ function pasteRulesPlugin(props) {
2152
2152
  dropEvent = event;
2153
2153
  if (!isDroppedFromProseMirror) {
2154
2154
  const dragFromOtherEditor = tiptapDragFromOtherEditor;
2155
- if (dragFromOtherEditor) {
2155
+ if (dragFromOtherEditor == null ? void 0 : dragFromOtherEditor.isEditable) {
2156
2156
  setTimeout(() => {
2157
2157
  const selection = dragFromOtherEditor.state.selection;
2158
2158
  if (selection) {