mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor duplication
This commit is contained in:
parent
9cc4ea6ba6
commit
4cfcd4b353
12 changed files with 279 additions and 279 deletions
|
@ -6,7 +6,6 @@ import {
|
|||
} from "./constants";
|
||||
import { createFile, isSupportedImageFileType } from "./data/blob";
|
||||
import { mutateElement } from "./element/mutateElement";
|
||||
import { deepCopyElement } from "./element/newElement";
|
||||
import {
|
||||
isFrameLikeElement,
|
||||
isInitializedImageElement,
|
||||
|
@ -15,11 +14,14 @@ import { ExcalidrawError } from "./errors";
|
|||
import { getContainingFrame } from "./frame";
|
||||
import { arrayToMap, isMemberOf, isPromiseLike } from "./utils";
|
||||
|
||||
import { deepCopyElement } from "./element/duplicate";
|
||||
|
||||
import type { Spreadsheet } from "./charts";
|
||||
import type {
|
||||
ExcalidrawElement,
|
||||
NonDeletedExcalidrawElement,
|
||||
} from "./element/types";
|
||||
|
||||
import type { BinaryFiles } from "./types";
|
||||
|
||||
type ElementsClipboard = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue