FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
App.tsx - code is splitted and switched to React.FC Also global context is provided
This PR creates a way to not have a selected tab. I needed this feature for a project I'm working on with popout windows and I couldn't find another way...
Chrome 91.0.4472.77 64-Bit on Windows 10 Home 2004 build 19041.928 https://user-images.githubusercontent.com/4723091/127826671-0dae60f6-ebb8-493c-a3d0-aa960ea025ef.mp4 Manually turning off the pop-up blocker by allowing popups does not help
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
### Describe the bug WIth React 18 and pop-outs are not visible. When I click on pop-out, it creates a new window and quickly dissapears. I can click "dock window"...
### Describe the bug Can we add support to either mount all tabs immediately, or lazy loading -- once mounted, don't unmount them (unless the tab is closed)? This is...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. Release notes Sourced from ejs's releases. v3.1.7 Version 3.1.7 Commits 820855a Version 3.1.7 076dcb6 Don't use template literal faf8b84 Skip test -- error message...
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...