FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Add a callback like onRenderFloatingWindow

Open LoganDark opened this issue 3 years ago • 0 comments

It would receive the contents of the tab, and the created window, and its return value would be what actually gets rendered inside the portal. So for example, the default and the way to obtain the current behavior, would be this:

<Layout /* ... */ onRenderFloatingWindow={(window, children) => children} />

LoganDark avatar Aug 02 '21 08:08 LoganDark