knockout-dragdrop
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -504,3 +504,3 @@ /*global ko*/ | ||
element.addEventListener('selectstart', function (event) { | ||
if (!event.target.tagName || event.target.tagName.toLowerCase() !== 'input') { | ||
if (!event.target.tagName || event.target.tagName.toLowerCase() !== 'input' && event.target.tagName.toLowerCase() !== 'textarea') { | ||
event.preventDefault(); | ||
@@ -507,0 +507,0 @@ event.stopPropagation(); |
{ | ||
"name": "knockout-dragdrop", | ||
"description": "A drag and drop binding for Knockout", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "drag and drop" |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
411694
1