Override dragView of node

Hi,

Is it possible to override the view (DOM render or at least target with CSS) shown when a node is being dragged?

I’m trying to make dragging big nodes less obtrusive - either reducing transparency or having a custom view for it that’s much smaller.

Much appreciate the wonderful library and the above-and-beyond support, @marijn!! :slight_smile:

Kind regards, Bjørn

Not in the library, but it’s possible that listening to the dragstart event and calling setDragImage would work.

1 Like

Thanks, I will try that.