mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
use string as fractional index value
This commit is contained in:
parent
5c1787bdf4
commit
00ffa08e28
8 changed files with 103 additions and 76 deletions
|
@ -90,7 +90,7 @@ const _newElementBase = <T extends ExcalidrawElement>(
|
|||
groupIds = [],
|
||||
frameId = null,
|
||||
// TODO: think about this more
|
||||
fractionalIndex = Infinity,
|
||||
fractionalIndex = null,
|
||||
roundness = null,
|
||||
boundElements = null,
|
||||
link = null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue