@bigbinary/neeto-editor 1.38.11 → 1.38.12

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.
@@ -7606,6 +7606,7 @@ var ImageComponent = function ImageComponent(_ref) {
7606
7606
  })));
7607
7607
  editor.commands.focus();
7608
7608
  };
7609
+ if (neetoCist.isNotPresent(src)) return null;
7609
7610
  return /*#__PURE__*/React__default["default"].createElement(Menu$4.NodeViewWrapper, {
7610
7611
  className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align),
7611
7612
  "data-cy": "neeto-editor-image-wrapper"
@@ -14068,6 +14069,7 @@ var VideoComponent = function VideoComponent(_ref) {
14068
14069
  })));
14069
14070
  editor.commands.focus();
14070
14071
  };
14072
+ if (neetoCist.isNotPresent(src)) return null;
14071
14073
  return /*#__PURE__*/React__default["default"].createElement(Menu$4.NodeViewWrapper, {
14072
14074
  className: "neeto-editor__image-wrapper neeto-editor__image--".concat(align)
14073
14075
  }, /*#__PURE__*/React__default["default"].createElement("figure", {