designertool 0.45.0 → 0.46.0
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/designertool.js +1 -2
- package/package.json +1 -1
package/dist/designertool.js
CHANGED
|
@@ -8978,8 +8978,7 @@ const useHtmlGenerator = () => {
|
|
|
8978
8978
|
importHtmlTemplate(ye) {
|
|
8979
8979
|
ye = ye.replace(/\s*contenteditable(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s>]+))?/gi, ""), this.historyStore.savePreviousStep();
|
|
8980
8980
|
const { body: ae, getStyleByKey: Ne, setHtml: rt } = useHtmlGenerator();
|
|
8981
|
-
rt(ye
|
|
8982
|
-
`, "").replaceAll(" ", "").replaceAll(" ", ""));
|
|
8981
|
+
rt(ye);
|
|
8983
8982
|
let ft = {};
|
|
8984
8983
|
const pt = ae.querySelector("#canvas-front, #canvas-back");
|
|
8985
8984
|
if (pt) {
|