- updated zustand and react libraries;
- added 'put in draft' btn;
This commit is contained in:
@@ -14,7 +14,7 @@ const BuilderDropzone = () => {
|
||||
return item;
|
||||
},
|
||||
hover(item, monitor) {
|
||||
storeSet.main.moveElement(-1, 0, item);
|
||||
storeSet('moveElement', -1, 0, item);
|
||||
item.index = 0;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user