Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only queue connectedMoveCallback if connected
Initially, we could unconditionally queue the connectedMoveCallback, because `moveBefore()` only worked when the origin and destination were both connected. After 2bbc834, we support the disconnected->disconnected case, which means we have to explicitly gate this step on being connected.
- Loading branch information