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
Drag'n drop will work for floating windows in the first implementation.
A FloatingWindow can be dragged when the mouse is pressed anywhere over its DragHandle (an arbitrary region over the component configured by the user) region.
On the drag event the window should be repositioned and its bounds checked with other floating windows.
Related to #23 which will use this
Depends on #24 since it will introduce the layerable stack
The text was updated successfully, but these errors were encountered:
A
FloatingWindow
can be dragged when the mouse is pressed anywhere over itsDragHandle
(an arbitrary region over the component configured by the user) region.On the drag event the window should be repositioned and its bounds checked with other floating windows.
Related to #23 which will use this
Depends on #24 since it will introduce the layerable stack
The text was updated successfully, but these errors were encountered: