form-custom-test 3.0.255 → 3.0.256
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
|
@@ -39116,13 +39116,13 @@ function registerIcon(app) {
|
|
|
39116
39116
|
if (typeof window !== "undefined") {
|
|
39117
39117
|
let loadSvg = function() {
|
|
39118
39118
|
var body = document.body;
|
|
39119
|
-
var svgDom = document.getElementById("
|
|
39119
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789954964503__");
|
|
39120
39120
|
if (!svgDom) {
|
|
39121
39121
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
39122
39122
|
svgDom.style.position = "absolute";
|
|
39123
39123
|
svgDom.style.width = "0";
|
|
39124
39124
|
svgDom.style.height = "0";
|
|
39125
|
-
svgDom.id = "
|
|
39125
|
+
svgDom.id = "__svg__icons__dom__1789954964503__";
|
|
39126
39126
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
39127
39127
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
39128
39128
|
}
|