Skip to content

Commit b0ec822

Browse files
committed
chore: update dockview to v4.7.1
1 parent 640ece0 commit b0ec822

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/BootstrapBlazor.DockView/wwwroot/js/dockview-core.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* dockview-core
3-
* @version 4.7.0
3+
* @version 4.7.1
44
* @link https://github.com/mathuo/dockview
55
* @license MIT
66
*/

src/components/BootstrapBlazor.DockView/wwwroot/js/dockview-group.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,12 +635,10 @@ const dock = (group, floatType) => {
635635
else {
636636
group.setParams({ rect })
637637
}
638-
const activePanel = group.activePanel
639638
dockview.moveGroup({
640639
from: { group: group },
641640
to: { group: originGroup, position: 'center' }
642641
})
643-
dockview.setActivePanel(activePanel)
644642
saveConfig(dockview)
645643
}
646644

0 commit comments

Comments
 (0)