Follow-up to #8356
There's an edge case where we would leave orphaned deferred update callbacks on the editor when a sync update is called from a sync update with certain rare preconditions. #8356 added a workaround but the solution here is should be a bit more robust with better timing guarantees for when those callbacks will happen.
Follow-up to #8356
There's an edge case where we would leave orphaned deferred update callbacks on the editor when a sync update is called from a sync update with certain rare preconditions. #8356 added a workaround but the solution here is should be a bit more robust with better timing guarantees for when those callbacks will happen.