zimjs 16.3.6 → 16.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/zim.js +1 -1
package/package.json
CHANGED
package/src/zim.js
CHANGED
|
@@ -58780,7 +58780,7 @@ you can define multiple pages objects add and remove pages objects as needed
|
|
|
58780
58780
|
var current = that.pages[that.index];
|
|
58781
58781
|
if (!current || !current.swipe) return;
|
|
58782
58782
|
var swipe = current.swipe;
|
|
58783
|
-
var directions = [zim.LEFT, zim.RIGHT, zim.
|
|
58783
|
+
var directions = [zim.LEFT, zim.RIGHT, zim.UP, zim.DOWN];
|
|
58784
58784
|
zim.loop(directions, function (d, i) {
|
|
58785
58785
|
if (!swipe[i]) {
|
|
58786
58786
|
zim.loop(that.arrows[d], function(b) {
|