moveable icon indicating copy to clipboard operation
moveable copied to clipboard

Is it possible to show guidelines when dragging with keyboard

Open AlexxIV opened this issue 2 years ago • 3 comments

Environments

  • Framework name: React

Description

Is it possible to show the guidelines when dragging from the requester?

AlexxIV avatar Jul 06 '22 14:07 AlexxIV

@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 avatar Jul 12 '22 17:07 daybrush

@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 avatar Aug 16 '22 06:08 alexconstantin

@alexconstantin

Sorry, snap does not work for requests.

daybrush avatar Aug 18 '22 04:08 daybrush