Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Avoid unexpectedly marking post content as unsaved
The custom `editorHasChanges` implementation resulted in an always-"dirty" state, even after saving changes via the "Update" or "Save draft" buttons. This removal, results in the editor relying upon the existing `editorHasChanges` implementation, which appears to be more accurate. https://github.com/wordpress-mobile/WordPress-iOS/blob/388dbb167b7ae6fd763ed4c90076dc94679a9dc6/WordPress/Classes/ViewRelated/Post/PostEditor.swift#L81-L83
- Loading branch information