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
We have seen added items appear out of order when they are the same item copied to a page many times. The second and subsequent drops cause new non-duplicate ids to be created and the old id stored as an alias while the item is in the page. (The original id can be restored when copied to a non-conflicting page.)
The proper insertion point is identified by an after field. When this is absent or not found, the item is inserted at the beginning.
The text was updated successfully, but these errors were encountered:
We have seen added items appear out of order when they are the same item copied to a page many times. The second and subsequent drops cause new non-duplicate ids to be created and the old id stored as an alias while the item is in the page. (The original id can be restored when copied to a non-conflicting page.)
The proper insertion point is identified by an
after
field. When this is absent or not found, the item is inserted at the beginning.The text was updated successfully, but these errors were encountered: