Closed morvanr closed 3 years ago
It was just a stupid typo. The moving of the items is still not perfect but most of the problems were already there. Now the only new issue introduced by this PR is the fact that we still can move transparent items that were already dropped in the active zone. Not sure how to solve this...
I think I found for this one. Now we only have all the bugs that were already there :D
I updated the PR to fix some issues, but now we have a new problem related to vuex: the
activeItems
getter is not called when the propertystate.dropPosition
is updated. If you have any clue...