test the fixing of fractional indices

This commit is contained in:
Ryan Di
2023-12-08 18:06:09 +08:00
parent 741380bd43
commit 5e98047267
3 changed files with 240 additions and 35 deletions

View File

@@ -1,4 +1,3 @@
import { bumpVersion } from "./element/mutateElement";
import { isFrameLikeElement } from "./element/typeChecks";
import { ExcalidrawElement, ExcalidrawFrameLikeElement } from "./element/types";
import { fixFractionalIndices } from "./fractionalIndex";