- updated form builder styles;
This commit is contained in:
@@ -27,6 +27,7 @@ export const actionsBeta = (set, get, api) => ({
|
||||
},
|
||||
moveElement: (dragIndex, hoverIndex, item) => {
|
||||
const prevFields = get.formElements();
|
||||
|
||||
if (dragIndex === -1) {
|
||||
const configs = get.elementItems();
|
||||
const itemCfg = head(configs.filter(o => o.id === item.dbId));
|
||||
|
||||
Reference in New Issue
Block a user