react-mosaic
react-mosaic copied to clipboard
A React tiling window manager
```bash Server Error Error: require() of ES Module /Users/himself65/Code/textea-sheet/node_modules/react-dnd/dist/index.js from /Users/himself65/Code/textea-sheet/node_modules/react-dnd-preview/dist/cjs/usePreview.js not supported. Instead change the require of index.js in /Users/himself65/Code/textea-sheet/node_modules/react-dnd-preview/dist/cjs/usePreview.js to a dynamic import() which is available in all...
When drag and drop, I do not want to split to new tile. Just want to swap position of 2 tiles. Is there any way to do this feature?
#### Fixes [#193](https://github.com/nomcopter/react-mosaic/issues/193) **Changes proposed in this pull request:** Bundle both cjs and esm making a few changes as possible. **Reviewers should focus on:** Confirming the new bundle works in...
Update Split.calculateRelativePercentage to not fail if parentElement no longer exists. I ran into a typeError when testing resizing views in my application. This solves the problem. ``` TypeError: Cannot read...