Skip to content

Commit

Permalink
Merge pull request #20571 from wordpress-mobile/gutenberg/emit-save-e…
Browse files Browse the repository at this point in the history
…vents-following-preview-and-toggle

Gutenberg Mobile: Emit save event to Gutenberg upon preview
  • Loading branch information
Siobhan Bamber authored Apr 21, 2023
2 parents cffe8d4 + c653367 commit 54aaecc
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 54aaecc

Please sign in to comment.