关闭编辑器,该方法为 2.0 版本添加
const editor = createTemplateEditor({ appId: 'xxxxx', }); editor.onSave(() => { // 只要进行导出操作,直接关闭编辑器 editor.close(); })