How to make a draggable object also resizable
I am using a dnd kit and re resizable to make my react component resizable and draggable. The react component is a sticky notes that user can edit and drag around and resize. However, it seems that draggable does not work very well with interact elements in the component. How can I disabled the draggable while resizing or the other way around?