mathuo 05196fd86a
fix: correct positioning when dragging groups from popout to main window
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>
2025-07-17 22:28:12 +01:00
..
2025-07-17 20:42:31 +01:00
2025-07-17 20:42:31 +01:00
2023-03-12 21:45:30 +08:00

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