vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Allow resize in dragstart
I have a case where I need to change the vue-draggable-resizable element width and height when user clicked on it but just before drag started.
Is there a way to do that in dragStart? It seems the current code doesn't allow resize during drag. Is there a way to fire dragStart before setting the "dragging" flag to true?
Have you found a way?
@MovingbricksInIT - I was able to meet my requirement by altering the source code. Of course I can't use it as npm now and I ship the lib right inside my project.
I don't quite remember what exactly I've changed back then, but here is the altered main file that I ended up using: https://gofile.io/d/LQizjv