form-custom-test 3.0.222 → 3.0.223
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/designer.es.js +2 -2
- package/dist/designer.umd.js +1 -1
- package/dist/render.es.js +2 -2
- package/dist/render.umd.js +1 -1
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26646,13 +26646,13 @@ function registerIcon(app) {
|
|
|
26646
26646
|
if (typeof window !== "undefined") {
|
|
26647
26647
|
let loadSvg = function() {
|
|
26648
26648
|
var body = document.body;
|
|
26649
|
-
var svgDom = document.getElementById("
|
|
26649
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783066562338__");
|
|
26650
26650
|
if (!svgDom) {
|
|
26651
26651
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26652
26652
|
svgDom.style.position = "absolute";
|
|
26653
26653
|
svgDom.style.width = "0";
|
|
26654
26654
|
svgDom.style.height = "0";
|
|
26655
|
-
svgDom.id = "
|
|
26655
|
+
svgDom.id = "__svg__icons__dom__1783066562338__";
|
|
26656
26656
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26657
26657
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26658
26658
|
}
|