You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sortable.js
+24-13Lines changed: 24 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**!
2
-
* Sortable 1.14.0
2
+
* Sortable 1.15.0
3
3
* @author RubaXa <trash@rubaxa.org>
4
4
* @author owenm <owen23355@gmail.com>
5
5
* @license MIT
@@ -166,7 +166,7 @@
166
166
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
167
167
}
168
168
169
-
varversion="1.14.0";
169
+
varversion="1.15.0";
170
170
171
171
functionuserAgent(pattern){
172
172
if(typeofwindow!=='undefined'&&window.navigator){
@@ -1173,7 +1173,7 @@
1173
1173
};// #1184 fix - Prevent click event on fallback if dragged but item not changed position
Copy file name to clipboardExpand all lines: modular/sortable.complete.esm.js
+24-13Lines changed: 24 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**!
2
-
* Sortable 1.14.0
2
+
* Sortable 1.15.0
3
3
* @author RubaXa <trash@rubaxa.org>
4
4
* @author owenm <owen23355@gmail.com>
5
5
* @license MIT
@@ -160,7 +160,7 @@ function _nonIterableSpread() {
160
160
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
161
161
}
162
162
163
-
varversion="1.14.0";
163
+
varversion="1.15.0";
164
164
165
165
functionuserAgent(pattern){
166
166
if(typeofwindow!=='undefined'&&window.navigator){
@@ -1167,7 +1167,7 @@ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1167
1167
};// #1184 fix - Prevent click event on fallback if dragged but item not changed position
Copy file name to clipboardExpand all lines: modular/sortable.core.esm.js
+24-13Lines changed: 24 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**!
2
-
* Sortable 1.14.0
2
+
* Sortable 1.15.0
3
3
* @author RubaXa <trash@rubaxa.org>
4
4
* @author owenm <owen23355@gmail.com>
5
5
* @license MIT
@@ -160,7 +160,7 @@ function _nonIterableSpread() {
160
160
thrownewTypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
161
161
}
162
162
163
-
varversion="1.14.0";
163
+
varversion="1.15.0";
164
164
165
165
functionuserAgent(pattern){
166
166
if(typeofwindow!=='undefined'&&window.navigator){
@@ -1167,7 +1167,7 @@ _detectNearestEmptySortable = function _detectNearestEmptySortable(x, y) {
1167
1167
};// #1184 fix - Prevent click event on fallback if dragged but item not changed position
0 commit comments