mirror of
https://github.com/mathuo/dockview
synced 2025-08-27 12:36:35 +00:00
fix: dnd only for same dockview instance
This commit is contained in:
parent
e7caeb1906
commit
34ea71a09a
@ -712,7 +712,7 @@ export class Groupview extends CompositeDisposable implements IGroupview {
|
||||
): void {
|
||||
const data = getPanelData();
|
||||
|
||||
if (data) {
|
||||
if (data && data.viewId === this.accessor.id) {
|
||||
if (data.panelId === null) {
|
||||
// this is a group move dnd event
|
||||
const { groupId } = data;
|
||||
|
Loading…
x
Reference in New Issue
Block a user