pdf_editor_aleon35_react_plugin
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -14,3 +14,4 @@ "use strict"; | ||
tools = _ref.tools, | ||
container = _ref.container; | ||
container = _ref.container, | ||
iframeSrc = _ref.iframeSrc; | ||
var done = (0, _react.useRef)(false); | ||
@@ -21,3 +22,3 @@ var iframeLoadedSuccessfully = (0, _react.useRef)(false); // Add this ref to keep track of iframe's load state | ||
var iframe = document.createElement('iframe'); | ||
iframe.src = "/dist/index.html"; | ||
iframe.src = iframeSrc || "/dist/index.html"; | ||
iframe.id = "webviewer-1"; | ||
@@ -24,0 +25,0 @@ iframe.title = "webviewer"; |
{ | ||
"name": "pdf_editor_aleon35_react_plugin", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2167624
196