feat(frontend): Add useFormElementDuplication test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user