dragula icon indicating copy to clipboard operation
dragula copied to clipboard

Support for drag resizing elements

Open zaichang opened this issue 8 years ago • 2 comments

I've successfully used ng2-dragula to add drag and drop in my app. However, the next step is to add drag resizing of each draggable element (think of a calendar app, with movable and resizable events)

None of the events emitted by dragula seem to provide continuous move events whenever there's movement on the dragged item. If I'm missing something please let me know.

Also to clarify I'm not asking for an elegant drag resize event handling, but simply an event to hook into in order to get X or Y deltas to allow drag resizing of objects.

zaichang avatar Apr 27 '16 14:04 zaichang

@zaichang Nice idea! Let me know if you figured out how to do it.

Horray avatar Jun 10 '16 01:06 Horray

I agree, this would be great!

chenshuiluke avatar May 31 '18 17:05 chenshuiluke