fix: Refactor and merge duplication and binding (#9246)

This commit is contained in:
Márk Tolmács
2025-03-23 18:39:33 +01:00
committed by GitHub
parent 58990b41ae
commit 77aca48c84
29 changed files with 1293 additions and 1085 deletions
@@ -1,5 +1,5 @@
import { LIBRARY_DISABLED_TYPES } from "../constants";
import { deepCopyElement } from "../element/newElement";
import { deepCopyElement } from "../element/duplicate";
import { t } from "../i18n";
import { randomId } from "../random";
import { CaptureUpdateAction } from "../store";