Another tab related state issues: Clicking back and forth between nodes loses edits.
OnNodeDragStop handler was updating with stale data. This would result in nodes reverting to the state from when they were initially loaded from the API. Changes were reflected in the database, but UI was stale.
Changes
OnNodeDragStop now uses updated state
How Tested
[Explain how you tested this pull request. Include any relevant steps or scripts.]
TODOs
[List any outstanding TODOs or known issues that still need to be addressed.]
Description
Another tab related state issues: Clicking back and forth between nodes loses edits.
OnNodeDragStop
handler was updating with stale data. This would result in nodes reverting to the state from when they were initially loaded from the API. Changes were reflected in the database, but UI was stale.Changes
OnNodeDragStop
now uses updated stateHow Tested
[Explain how you tested this pull request. Include any relevant steps or scripts.]
TODOs
[List any outstanding TODOs or known issues that still need to be addressed.]