mirror of
https://github.com/mathuo/dockview
synced 2025-11-24 00:13:56 +00:00
Fixes GitHub issue #1004 where dragging single panels from popout windows back into the dock caused IndexOutOfBounds errors and incorrect positioning. Changes: - Replace error-throwing bounds check with index clamping in tabs.ts - Add special validation for popout panel drops in dockviewComponent.ts - Ensure calculated drop indices are within valid bounds for destination groups 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
dockview
Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript
Please see the website: https://dockview.dev
Features
- Serialization / deserialization with full layout management
- Support for split-views, grid-views and 'dockable' views
- Themeable and customizable
- Tab and Group docking / Drag n' Drop
- Popout Windows
- Floating Groups
- Extensive API
- Supports Shadow DOMs
- High test coverage
- Documentation website with live examples
- Transparent builds and Code Analysis
- Security at mind - verifed publishing and builds through GitHub Actions
Want to verify our builds? Go here.
Languages
TypeScript
85.5%
MDX
4.7%
JavaScript
3.6%
SCSS
2.8%
HTML
2.6%
Other
0.8%
