Merge 6be7995eedc24074efa2835a45a244d8ee8c8975 into 08c1f6599a1412b145c7bf645a1f28c14db12742

This commit is contained in:
unkistudio 2025-09-03 23:40:37 -04:00 committed by GitHub
commit c39692bc16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 59 deletions

12
turn.js
View File

@ -1806,18 +1806,6 @@ flipMethods = {
data.corner.y = e[0].pageY-pos.top;
flipMethods._showFoldedPage.call(this, data.corner);
} else if (!this.data().effect && this.is(':visible')) { // roll over
var corner = flipMethods._cornerActivated.call(this, e[0]);
if (corner) {
var origin = flipMethods._c.call(this, corner.corner, data.opts.cornerSize/2);
corner.x = origin.x;
corner.y = origin.y;
flipMethods._showFoldedPage.call(this, corner, true);
} else
flipMethods.hideFoldedPage.call(this, true);
}
}
},

48
turn.min.js vendored

File diff suppressed because one or more lines are too long