return api.loadSectionHTML(section, sectionContent)
  .then(html => {
    Preview.updateSection(_window, section, html);

    Preview.selectSection(_window, section, blockId);