-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the UpdateWrapper abstraction doesn't know how to properly sync outside changes. This should be updated if possible to handle specific edge cases.
Further explanation from #124:
There's an
UpdateWrappercomponent that is a nice abstraction for all Builder components and ties in nicely to the Save/AutoSave flow. Unfortunately, it has a hard time with changes that come from outside the component. Currently theUpdateWrapperprioritizes its own changes and disregards those that come from above it. It doesn't know how to sync the changes in. Perhaps it could accept any incoming changes and automatically set that as its original state, that way we don't need further updates.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request