mirror of
https://github.com/mathuo/dockview
synced 2025-12-12 09:04:30 +00:00
960-fix-popout-drag-ghost-group
Resolves issue #960 where dragging a popout group back to the main grid would create an additional empty "ghost" group at the leftmost position. Changes: - Unified popout disposal logic to prevent automatic restoration - Always remove popout groups from tracking array before disposal - Clean up hidden reference groups that could become ghosts - Use manual window disposal instead of disposable.dispose() - Added proper support for popout-to-floating group moves - Fixed conditional logic for grid placement 🤖 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%
