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
|
@ -168,7 +168,7 @@ export class API {
|
|||
x,
|
||||
y,
|
||||
frameId: rest.frameId ?? null,
|
||||
fractionalIndex: rest.fractionalIndex ?? Infinity,
|
||||
fractionalIndex: rest.fractionalIndex ?? null,
|
||||
angle: rest.angle ?? 0,
|
||||
strokeColor: rest.strokeColor ?? appState.currentItemStrokeColor,
|
||||
backgroundColor:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue