Comparing version 2.5.1 to 2.5.2
@@ -26,6 +26,8 @@ "use strict"; | ||
let { panelData } = this.props; | ||
DockPanel.droppingPanel = this; | ||
let dockId = this.context.getDockId(); | ||
let tab = DragManager_1.DragState.getData('tab', dockId); | ||
let panel = DragManager_1.DragState.getData('panel', dockId); | ||
if (tab || panel) { | ||
DockPanel.droppingPanel = this; | ||
} | ||
if (tab) { | ||
@@ -32,0 +34,0 @@ if (tab.parent) { |
{ | ||
"name": "rc-dock", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "dock layout for react component", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
591758
8720