We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40c30c commit e14986aCopy full SHA for e14986a
resources/views/unlayer.blade.php
@@ -108,7 +108,7 @@ function loadTemplate() {
108
const component = this;
109
unlayer.addEventListener('design:updated', () => {
110
unlayer.exportHtml(function(data) {
111
- component.html = data.html;
+ component.html = data.html.replaceAll('[[[', '[[[');
112
component.json = JSON.parse(JSON.stringify(data.design).replaceAll('[[[', '[[['));
113
document.getElementById('editor').dirty = true;
114
});
0 commit comments