moveable
moveable copied to clipboard
Is it possible to show guidelines when dragging with keyboard
Environments
- Framework name: React
Description
Is it possible to show the guidelines when dragging from the requester?
@AlexxIV
Is the guideline working but invisible? or Does the guideline work according to the keyboard? For the latter, use the following code:
verticalGuidelines={isKeydown ? [0, 100, 200] : []}
@daybrush is there a way to show guidelines relative to other elements (using elementGuidelines prop) when dragging using the arrows?
https://codesandbox.io/s/stoic-hooks-3fpciw?file=/src/index.ts (guidelines are shown when mouse dragging, but not when the dragging is called using the request function)
@alexconstantin
Sorry, snap does not work for requests.