Maurizio Bonani

Results 36 comments of Maurizio Bonani

Please provide some basic code to replicate the issue. I don't really understand what's going on here.

Yes, it sounds like you're not adding the CSS file. See [Install and Basic Usage](https://github.com/mauricius/vue-draggable-resizable#install-and-basic-usage)

I'm not sure if I completely understood your request, however you can use the [prevent deactivation prop](https://github.com/mauricius/vue-draggable-resizable#preventdeactivation) and render all the components with active state.

Ehy @chrisj74 sorry these days I'm too busy to check issues. Sure PRs are always welcome, please make sure to add also tests for it. How did you solve this...

It's hard to tell what it is without looking at the actual source code. Try to follow the documentation carefully on how to install the component https://github.com/mauricius/vue-draggable-resizable/#install-and-basic-usage

Please provide a basic example of the issue using https://jsfiddle.net/ or https://codepen.io/

I didn't have the chance to look at Vue3 and its composition API yet. I'll consider implementing a new version as soon as I'm able to get familiar with the...

![magic](https://media.giphy.com/media/ujUdrdpX7Ok5W/giphy.gif)

Well, it wasn't so hard to explain what you meant with that first comment, wasn't it? Why didn't you do that in the first place?

Thank you for the PR! I've taken a brief look at the implementation, but I don't get the point of the `handleParentResize` function. Looks like that it works even without...