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/render.es.js
CHANGED
|
@@ -26161,13 +26161,13 @@ function registerIcon(app) {
|
|
|
26161
26161
|
if (typeof window !== "undefined") {
|
|
26162
26162
|
let loadSvg = function() {
|
|
26163
26163
|
var body = document.body;
|
|
26164
|
-
var svgDom = document.getElementById("
|
|
26164
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777281822788__");
|
|
26165
26165
|
if (!svgDom) {
|
|
26166
26166
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26167
26167
|
svgDom.style.position = "absolute";
|
|
26168
26168
|
svgDom.style.width = "0";
|
|
26169
26169
|
svgDom.style.height = "0";
|
|
26170
|
-
svgDom.id = "
|
|
26170
|
+
svgDom.id = "__svg__icons__dom__1777281822788__";
|
|
26171
26171
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26172
26172
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26173
26173
|
}
|