dragula
dragula copied to clipboard
Support for drag resizing elements
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 Nice idea! Let me know if you figured out how to do it.
I agree, this would be great!