Open
Description
I'm using react-rnd and have encountered an issue with resizing when using right-click. I have a component that uses a handle both for a right-click context menu and for resizing. Currently, when I right-click on a resize handle, it triggers both the context menu and the resize operation simultaneously, causing conflicts in the UI behavior.
I would like to be able to prevent resizing when the right mouse button is used, similar to how the underlying re-resizable library works. In re-resizable, returning false from the onResizeStart callback prevents the resize operation from starting.
https://www.loom.com/share/0afa8955d4314f54b56e483d7a4fb56c
Or maybe any workaround?
Metadata
Metadata
Assignees
Labels
No labels