mirror of
https://github.com/mathuo/dockview
synced 2025-09-12 04:08:11 +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 {
|
): void {
|
||||||
const data = getPanelData();
|
const data = getPanelData();
|
||||||
|
|
||||||
if (data) {
|
if (data && data.viewId === this.accessor.id) {
|
||||||
if (data.panelId === null) {
|
if (data.panelId === null) {
|
||||||
// this is a group move dnd event
|
// this is a group move dnd event
|
||||||
const { groupId } = data;
|
const { groupId } = data;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user