mirror of
https://github.com/mathuo/dockview
synced 2025-09-24 18:18:07 +00:00
Fixes issue #958 where groups dragged from popout windows would be restored to their original ghost position instead of the actual drop target. Changes: - Detect cross-window moves from popout to grid locations - Prevent automatic restoration to reference group during disposal - Clean up hidden reference groups when moving to new positions - Ensure proper positioning at actual drop target - Add comprehensive tests for cross-window drag positioning 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Project Structure
This mono-repository has a number of packages containing the code for the dockview library and the documentation website dockview.dev.
dockview-core
- Contains the core logic for the dockview library.
- Written entirely in vanilla JavaScript/TypeScript.
dockview
- Depends on
dockview-core
. - Exports a
React
wrapper. - Published as dockview on npm.
docs
- Code for dockview.dev.