Skip to content

Commit 85e6087

Browse files
committed
#5901 quick fix
1 parent 7de976e commit 85e6087

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/dialog/Base.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,9 @@ class Base extends Panel {
668668

669669
// we need a reset, otherwise we do not get a change event for the next onDragStart() call
670670
me.dragZone.boundaryContainerId = null;
671-
me.isDragging = false
671+
me.isDragging = false;
672+
673+
Neo.main.DomAccess.focus({id: me.id, children: true, windowId: me.windowId})
672674
})
673675
}
674676
}

0 commit comments

Comments
 (0)