@bigbinary/neeto-editor 1.47.135 → 1.47.136

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.
@@ -3817,8 +3817,9 @@ var getEmbedAttributes = function getEmbedAttributes() {
3817
3817
  originalUrl: {
3818
3818
  "default": "",
3819
3819
  parseHTML: function parseHTML(element) {
3820
+ var _iframe$querySelector;
3820
3821
  var iframe = element.querySelector(".neeto-editor__video-iframe");
3821
- return (iframe === null || iframe === void 0 ? void 0 : iframe.getAttribute("data-original-url")) || "";
3822
+ return (iframe === null || iframe === void 0 ? void 0 : iframe.getAttribute("data-original-url")) || (iframe === null || iframe === void 0 || (_iframe$querySelector = iframe.querySelector("iframe")) === null || _iframe$querySelector === void 0 ? void 0 : _iframe$querySelector.getAttribute("data-original-url")) || "";
3822
3823
  }
3823
3824
  },
3824
3825
  frameBorder: "0",