feat(frontend): Add useFormElementDuplication test

This commit is contained in:
2026-03-02 10:46:26 +01:00
parent 7d18824c32
commit 803316c4cc
5 changed files with 394 additions and 7 deletions

View File

@@ -198,7 +198,7 @@ const hasOverflow = ref(false)
const { evaluateFormElementVisibility } = useFormElementVisibility()
const { clearHiddenFormElementValues } = useFormElementValueClearing()
const { processSpawnTriggers } = useSectionSpawning()
const { cloneElement } = useClonableElements()
const { cloneElement } = useFormElementDuplication()
const { isSwiping } = usePointerSwipe(stepperScrollEl, {
threshold: 0,