form-custom-test 3.0.225 → 3.0.226
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/designer.es.js
CHANGED
|
@@ -69322,13 +69322,13 @@ function registerIcon(app) {
|
|
|
69322
69322
|
if (typeof window !== "undefined") {
|
|
69323
69323
|
let loadSvg = function() {
|
|
69324
69324
|
var body = document.body;
|
|
69325
|
-
var svgDom = document.getElementById("
|
|
69325
|
+
var svgDom = document.getElementById("__svg__icons__dom__1783072568182__");
|
|
69326
69326
|
if (!svgDom) {
|
|
69327
69327
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69328
69328
|
svgDom.style.position = "absolute";
|
|
69329
69329
|
svgDom.style.width = "0";
|
|
69330
69330
|
svgDom.style.height = "0";
|
|
69331
|
-
svgDom.id = "
|
|
69331
|
+
svgDom.id = "__svg__icons__dom__1783072568182__";
|
|
69332
69332
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69333
69333
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69334
69334
|
}
|