form-custom-test 3.0.175 → 3.0.176
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
|
@@ -26511,13 +26511,13 @@ function registerIcon(app) {
|
|
|
26511
26511
|
if (typeof window !== "undefined") {
|
|
26512
26512
|
let loadSvg = function() {
|
|
26513
26513
|
var body = document.body;
|
|
26514
|
-
var svgDom = document.getElementById("
|
|
26514
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780041143793__");
|
|
26515
26515
|
if (!svgDom) {
|
|
26516
26516
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26517
26517
|
svgDom.style.position = "absolute";
|
|
26518
26518
|
svgDom.style.width = "0";
|
|
26519
26519
|
svgDom.style.height = "0";
|
|
26520
|
-
svgDom.id = "
|
|
26520
|
+
svgDom.id = "__svg__icons__dom__1780041143793__";
|
|
26521
26521
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26522
26522
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26523
26523
|
}
|