mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 09:21:00 +02:00
support ids, clean up code and move the api related stuff to transform.ts
This commit is contained in:
@@ -41,7 +41,7 @@ import {
|
||||
getDefaultLineHeight,
|
||||
measureBaseline,
|
||||
} from "../element/textElement";
|
||||
import { convertToExcalidrawElements } from "../element/newElement";
|
||||
import { convertToExcalidrawElements } from "../data/transform";
|
||||
|
||||
type RestoredAppState = Omit<
|
||||
AppState,
|
||||
|
Reference in New Issue
Block a user