FriendsOfFlarum / drafts

Enables creation of discussion drafts
MIT License
16 stars 8 forks source link

Add deepEqual utility function for comparing #96

Closed iPurpl3x closed 11 months ago

iPurpl3x commented 11 months ago

Changes proposed in this pull request: Add deepEqual utility function for comparing. This makes it possible to have an object in extra fields of a draft and avoid triggering an auto-save all the time.

Confirmed