vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Vue3 Component for draggable and resizable elements.

Results 140 vue-draggable-resizable issues
Sort by recently updated
recently updated
newest added

when I click the element, the parent of element will be triggered along with the activated event of element , How to avoid the parent being triggered?

If there is an iframe tag inside, the zoom and drag function will fail.

I have two dragable elements, each inside a own container, both element are axis="x" but when i drag a the lower item, it moves in the y direction. And its...

Hi. Thank you for your library. But there are times when I am in trouble. If you right-click while dragging a component, the component will stop and you will not...

我经X拖动设置了最小值为50,来防止拖动为负的时候显示错位, ![image](https://user-images.githubusercontent.com/17928623/115213115-cb3b5780-a133-11eb-83ad-b36f5043cde0.png) 但是当拖动为负的时候,他的translate还是负数, ![image](https://user-images.githubusercontent.com/17928623/115212888-90d1ba80-a133-11eb-88dc-592711bb58a0.png) 于是,我修改了vue-draggable-resizable.vue 中 ![image](https://user-images.githubusercontent.com/17928623/115213544-31c07580-a134-11eb-9310-8d99061c7f44.png) 希望作者把这一个最小值设置成一个配置参数,这样方便大家使用。 Finally, thanks for the contribution and pay, thank you!

If container is larger than viewport, and drag an item passed viewport top/bottom, window should scroll automatically?

Thank you for this great package. Now I ran into one problem when using this package. I should detect native `dragend` event but in this package there's no event like...

when i set w & h of grid dynamically, for example: width is 37.7px, parent width is 377px, then modulo calculate has bug as '37.699999999999974' then, minW and minH will...

``` addEvent(document.documentElement, 'touchend touchcancel', this.deselect) removeEvent(document.documentElement, 'touchend touchcancel', this.deselect) ``` https://github.com/mauricius/vue-draggable-resizable/blob/cb43b89da98f733dc2637668e9f9cdbf5dc2bc82/src/components/vue-draggable-resizable.vue#L302