Entre a su cuenta

', '' ].join('\n'); wire.set(config.statePath, projectData); wire.set(config.htmlStatePath, fullHtml); }; function debounced() { clearTimeout(syncTimer); syncTimer = setTimeout(function() { self.syncToLivewire(); }, 700); } editor.on('change:changesCount', debounced); editor.on('component:add', debounced); editor.on('component:remove', debounced); editor.on('style:change', debounced); } }; };