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/designer.es.js
CHANGED
|
@@ -81887,13 +81887,13 @@ function registerIcon(app) {
|
|
|
81887
81887
|
if (typeof window !== "undefined") {
|
|
81888
81888
|
let loadSvg = function() {
|
|
81889
81889
|
var body = document.body;
|
|
81890
|
-
var svgDom = document.getElementById("
|
|
81890
|
+
var svgDom = document.getElementById("__svg__icons__dom__1789954951942__");
|
|
81891
81891
|
if (!svgDom) {
|
|
81892
81892
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
81893
81893
|
svgDom.style.position = "absolute";
|
|
81894
81894
|
svgDom.style.width = "0";
|
|
81895
81895
|
svgDom.style.height = "0";
|
|
81896
|
-
svgDom.id = "
|
|
81896
|
+
svgDom.id = "__svg__icons__dom__1789954951942__";
|
|
81897
81897
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
81898
81898
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
81899
81899
|
}
|