reconciliate order based on fractional index

This commit is contained in:
Ryan Di 2023-12-01 15:59:36 +08:00
parent 1e132e33ae
commit a7154227cf
4 changed files with 35 additions and 131 deletions

View file

@ -302,10 +302,6 @@ export const ROUNDNESS = {
ADAPTIVE_RADIUS: 3,
} as const;
/** key containt id of precedeing elemnt id we use in reconciliation during
* collaboration */
export const PRECEDING_ELEMENT_KEY = "__precedingElement__";
export const ROUGHNESS = {
architect: 0,
artist: 1,