Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-09-24 01:29:03 +02:00
commit 708e624779
28 changed files with 405 additions and 161 deletions

View file

@ -54,6 +54,7 @@
if (
confg.mappings?.length > 0 &&
confg.multiAnswer &&
(checkedMappings === undefined ||
checkedMappings?.length < confg.mappings.length + (confg.freeform ? 1 : 0))
) {