-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Package] Editor/packages/editor/packages/editor[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
Related: #10827 (comment)
While handling of nested values (i.e. meta) was improved in #10827, it left a remaining edge case where updated values may be needlessly left in edits
state if not all meta values can be considered as updated to their canonical form.
We should consider improving the reducer such that in the handling of UPDATE_POST
, if the key for which updates are received is one of the file's EDIT_MERGE_PROPERTIES
properties, it should individually unset values from the received canonical value which align, removing the top-level key if all values are the same.
Metadata
Metadata
Assignees
Labels
[Package] Editor/packages/editor/packages/editor[Type] EnhancementA suggestion for improvement.A suggestion for improvement.