Open f0ursqu4r3 opened 3 years ago
Example from here: https://mauricius.github.io/vue-draggable-resizable/?path=/story/basic--basic-component-not-resizable
// Instead of "false" use some variable
<vue-draggable-resizable :resizable="false">
<p>Basic component that is not resizable.</p>
</vue-draggable-resizable>
Set :resizable
by default to "false" and change to "true" when you need.
Would like to know if it is possible to only show the resize handles if the element is activated externally. As it is now, the handles show if the element is clicked, even when
draggable
andresizeable
are inactive.