form-custom-test 3.0.209 → 3.0.210
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
|
@@ -26524,13 +26524,13 @@ function registerIcon(app) {
|
|
|
26524
26524
|
if (typeof window !== "undefined") {
|
|
26525
26525
|
let loadSvg = function() {
|
|
26526
26526
|
var body = document.body;
|
|
26527
|
-
var svgDom = document.getElementById("
|
|
26527
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780973288864__");
|
|
26528
26528
|
if (!svgDom) {
|
|
26529
26529
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26530
26530
|
svgDom.style.position = "absolute";
|
|
26531
26531
|
svgDom.style.width = "0";
|
|
26532
26532
|
svgDom.style.height = "0";
|
|
26533
|
-
svgDom.id = "
|
|
26533
|
+
svgDom.id = "__svg__icons__dom__1780973288864__";
|
|
26534
26534
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26535
26535
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26536
26536
|
}
|