You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the new elements are added to the end, `last0` needs to be
updated.
`insertAfter` is used in `patchInPlace` and `insertAll`, but the bug
didn't manifest for `insertAll` because it delegates to `addAll` when
adding to the end.
0 commit comments