♻️ 当 code 大于 0 时同样需要进行相关的业务处理 https://github.com/siyuan-note/siyuan/pull/11367

This commit is contained in:
Vanessa 2024-06-12 23:11:31 +08:00
parent c07a1a69db
commit 19dd387064
4 changed files with 9 additions and 14 deletions

View file

@ -507,9 +507,8 @@ export const exportMd = (id: string) => {
});
});
return;
} else if (response.code === 0) {
showMessage(window.siyuan.languages.exportTplSucc);
}
showMessage(window.siyuan.languages.exportTplSucc);
});
dialog.destroy();
});