Skip to content

Commit

Permalink
feat: Emit save event when post is previewed
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Apr 20, 2023
1 parent 1365f88 commit 87cc16f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ extension PostEditor {
return
}

emitPostSaveEvent()

savePostBeforePreview() { [weak self] previewURLString, error in
guard let self = self else {
return
Expand Down

0 comments on commit 87cc16f

Please sign in to comment.