dragselect
Advanced tools
Comparing version 1.4.0 to 1.4.1
/* | ||
@TODO: rewrite it in a OOP manner so that people can extend/mixin the dragselect | ||
__ _____ __ __ | ||
@@ -198,2 +200,3 @@ ____/ /________ _____ _/ ___/___ / /__ _____/ /_ | ||
// console.log('yala', cursorPosNew.y, initialCursorPos.y, scrollAmount.y, initialScroll.y); | ||
// right | ||
@@ -200,0 +203,0 @@ if(cursorPosNew.x > initialCursorPos.x - scrollAmount.x) { // 1. |
{ | ||
"name": "dragselect", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "easy javascript drag select functionality to your projects", | ||
@@ -5,0 +5,0 @@ "main": "./dist/ds.min.js", |
Sorry, the diff of this file is not supported yet
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
1240238
4280
0