Add tag command
This commit is contained in:
@ -248,7 +248,7 @@ struct PageIssueView: View {
|
||||
return
|
||||
}
|
||||
|
||||
let tag = Tag(id: tagId)
|
||||
let tag = Tag(content: content, id: tagId)
|
||||
content.tags.append(tag)
|
||||
|
||||
retryPageCheck()
|
||||
|
Reference in New Issue
Block a user