We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a48e47 commit eaebeebCopy full SHA for eaebeeb
1 file changed
src/components/BootstrapBlazor.DockView/wwwroot/js/dockview-group.js
@@ -604,7 +604,7 @@ const dock = (group, floatType) => {
604
const down = (group, actionContainer) => {
605
const parentEle = group.element.parentElement
606
const { top, bottom, height } = parentEle.style
607
- const tabHeight = group.activePanel.view.tab.element.offsetHeight + 2
+ const tabHeight = group.header.element.offsetHeight || 30
608
const { packup } = group.getParams();
609
if (packup?.isPackup) {
610
group.setParams({ packup: { ...packup, isPackup: false } })
0 commit comments