Hi!
So while fiddling around with React DnD to add drag and drop functionality to my Lampix app I wondered: Is it even possible?
Here is why: Getting the drag and drop functionality to start should be possible. Just activate the functionality onClassification of the NeuralNetworkClassifier. Though when dragging, how do I tell my Lampix to ‘let go’ of the dragged element. As it is not like a regular mouse, where I let go of my left mouse button.
Any thoughts on this?