rme 0.2.3-alpha.4 → 0.2.3-alpha.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.mjs CHANGED
@@ -8022,6 +8022,7 @@ var ClipboardExtension = class extends PlainExtension2 {
8022
8022
  const { state, dispatch } = view;
8023
8023
  let tr = state.tr;
8024
8024
  node.attrs.src = newSrc;
8025
+ node.attrs["data-rme-loading"] = null;
8025
8026
  dispatch(tr);
8026
8027
  }
8027
8028
  };