FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

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

Open IsaacBerman opened this issue 3 years ago • 2 comments

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)

IsaacBerman avatar Mar 22 '22 18:03 IsaacBerman

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

nealus avatar Mar 28 '22 07:03 nealus

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

nealus avatar Apr 23 '22 07:04 nealus