Merge pull request #196 from nagisa77/codex/fix-custom-tag-draft-saving-issue

Fix draft save with custom tags
This commit is contained in:
Tim
2025-07-14 15:40:00 +08:00
committed by GitHub

View File

@@ -98,6 +98,7 @@ export default {
return
}
try {
await ensureTags(token)
const res = await fetch(`${API_BASE_URL}/api/drafts`, {
method: 'POST',
headers: {