mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: add markdown service
This commit is contained in:
@ -364,7 +364,7 @@ const MemoEditor = (props: Props) => {
|
||||
}
|
||||
|
||||
// Batch upsert tags.
|
||||
const tags = extractTagsFromContent(content);
|
||||
const tags = await extractTagsFromContent(content);
|
||||
await tagStore.batchUpsertTag(tags);
|
||||
|
||||
setState((state) => {
|
||||
|
Reference in New Issue
Block a user