mathuo 6ca6764abf
fix: adjust group merging logic for skipSetActive parameter
- Fix test assertion to verify active panel exists rather than specific panel
- Improve group move logic to properly handle active panel preservation
- Ensure skipSetGroupActive is always true during panel moves for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 08:54:38 +01:00
..
2025-06-19 21:38:28 +01:00
2025-06-19 21:38:28 +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