mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
reconciliate order based on fractional index
This commit is contained in:
parent
1e132e33ae
commit
a7154227cf
4 changed files with 35 additions and 131 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue