mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix shift to end z-index error
This commit is contained in:
parent
4f218856c3
commit
b734f7cba8
16 changed files with 1650 additions and 1176 deletions
|
@ -1,6 +1,6 @@
|
|||
import { ExcalidrawElement } from "../../src/element/types";
|
||||
import { AppState } from "../../src/types";
|
||||
import { arrayToMap, arrayToMapWithIndex } from "../../src/utils";
|
||||
import { arrayToMap } from "../../src/utils";
|
||||
import { orderByFractionalIndex } from "../../src/fractionalIndex";
|
||||
|
||||
export type ReconciledElements = readonly ExcalidrawElement[] & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue