caplin / FlexLayout

Docking Layout Manager for React
MIT License
920 stars 174 forks source link

Is there a way to drag tabs/tabsets without having the tabSetStrip enabled? #310

Open IsaacBerman opened 2 years ago

IsaacBerman commented 2 years ago

Is there a function that can be called (similar to when dragging a tab), that can be called by a custom button or interaction to drag the tab while the top tabSetStrip is hidden? (ie create custom ui for dragging)

nealus commented 2 years ago

There isn't a function like that, but I'll add it to the todo list

nealus commented 2 years ago

v0.7.1 has moveTabWithDragAndDrop method on the Layout that should fix this