Comparing version 2.2.2 to 2.2.3
@@ -37,2 +37,3 @@ import React from 'react'; | ||
tabs: [{...tab, id: 't7'}, {...tab, id: 't8'}, {...tab, id: 't9'}], | ||
panelLock: {panelStyle: 'main'}, | ||
}, | ||
@@ -39,0 +40,0 @@ ] |
@@ -26,4 +26,5 @@ "use strict"; | ||
depth = this.getActualDepth(depth, mode, direction); | ||
if (!direction) { | ||
if (!direction || (direction === 'float' && dropFromPanel.panelLock)) { | ||
this.context.setDropRect(null, 'remove', this); | ||
return; | ||
} | ||
@@ -30,0 +31,0 @@ let targetElement = panelElement; |
{ | ||
"name": "rc-dock", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"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
568432
8450