You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The component requires holding the Shift key to open the selection box, as per the default behavior. However, the documentation does not provide an alternative method or instructions on how to modify this behavior. This is problematic in scenarios where users may want to trigger the selection box using only the left mouse click or any other interaction method.
Suggested solution:
Provide an API or a prop (e.g., trigger or activationKey) to customize the interaction for opening the selection box. This would allow developers to define their preferred interaction, such as using only the left mouse button or any other key combination.
The text was updated successfully, but these errors were encountered:
"three": "^0.156.1"
"@react-three/drei": "^9.121.2",
"@react-three/fiber": "^8.14.2",
node
version:npm
(oryarn
) version:Problem description:
The component requires holding the Shift key to open the selection box, as per the default behavior. However, the documentation does not provide an alternative method or instructions on how to modify this behavior. This is problematic in scenarios where users may want to trigger the selection box using only the left mouse click or any other interaction method. Suggested solution: Provide an API or a prop (e.g., trigger or activationKey) to customize the interaction for opening the selection box. This would allow developers to define their preferred interaction, such as using only the left mouse button or any other key combination.
The text was updated successfully, but these errors were encountered: