fix for duplicating elements (#261)

This commit is contained in:
David Luzar
2020-01-08 19:54:42 +01:00
committed by GitHub
parent 7f7f51f70b
commit 2122a9cf9f
3 changed files with 20 additions and 8 deletions

View File

@ -1,4 +1,4 @@
export { newElement } from "./newElement";
export { newElement, duplicateElement } from "./newElement";
export {
getElementAbsoluteCoords,
getDiamondPoints,