vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Vue3 Component for draggable and resizable elements.
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,来防止拖动为负的时候显示错位,  但是当拖动为负的时候,他的translate还是负数,  于是,我修改了vue-draggable-resizable.vue 中  希望作者把这一个最小值设置成一个配置参数,这样方便大家使用。 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