slickgrid
Advanced tools
Comparing version 2.4.8 to 2.4.9
@@ -149,7 +149,2 @@ /*! | ||
$special.drop.handler( event, dd ); | ||
// if user is not dragging | ||
if(!dd.click && dd.distance === 0 && !dd.dragging) { | ||
drag.textselect( true ); | ||
return; | ||
} | ||
// disable text selection | ||
@@ -169,3 +164,3 @@ drag.textselect( false ); | ||
interaction: function( elem, dd ){ | ||
var offset = (elem && elem.ownerDocument) | ||
var offset = (elem && elem.ownerDocument) | ||
? $( elem )[ dd.relative ? "position" : "offset" ]() || { top:0, left:0 } | ||
@@ -172,0 +167,0 @@ : { top: 0, left: 0 }; |
{ | ||
"name": "slickgrid", | ||
"version": "2.4.8", | ||
"version": "2.4.9", | ||
"description": "A lightning fast JavaScript grid/spreadsheet", | ||
@@ -5,0 +5,0 @@ "main": "slick.core.js", |
Sorry, the diff of this file is too big to display
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
3639877
92670