@bpmn-io/form-js-editor 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js
CHANGED
|
@@ -1759,6 +1759,9 @@ class Dragging {
|
|
|
1759
1759
|
let targetParentId;
|
|
1760
1760
|
if (formFieldNode) {
|
|
1761
1761
|
formField = this._formFieldRegistry.get(formFieldNode.dataset.id);
|
|
1762
|
+
if (!formField) {
|
|
1763
|
+
return 'No associated form field in the registry';
|
|
1764
|
+
}
|
|
1762
1765
|
columns = (formField.layout || {}).columns;
|
|
1763
1766
|
|
|
1764
1767
|
// (1) check for row constraints
|