form-custom-test 3.0.108 → 3.0.109
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
|
@@ -68420,13 +68420,13 @@ function registerIcon(app) {
|
|
|
68420
68420
|
if (typeof window !== "undefined") {
|
|
68421
68421
|
let loadSvg = function() {
|
|
68422
68422
|
var body = document.body;
|
|
68423
|
-
var svgDom = document.getElementById("
|
|
68423
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777281813949__");
|
|
68424
68424
|
if (!svgDom) {
|
|
68425
68425
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68426
68426
|
svgDom.style.position = "absolute";
|
|
68427
68427
|
svgDom.style.width = "0";
|
|
68428
68428
|
svgDom.style.height = "0";
|
|
68429
|
-
svgDom.id = "
|
|
68429
|
+
svgDom.id = "__svg__icons__dom__1777281813949__";
|
|
68430
68430
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68431
68431
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68432
68432
|
}
|