We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When disableByFlipClick is true, flipNext() does not function. This appears to be a similar issue to #18.
disableByFlipClick
true
flipNext()
StPageFlip/src/Flip/Flip.ts
Lines 255 to 260 in ab30ecc
x: this.render.getRect().left + 10,
The text was updated successfully, but these errors were encountered:
Fix flipPrev() if disableFlipByClick is true
flipPrev()
disableFlipByClick
645bb48
- Resolves issue Nodlik#29
No branches or pull requests
When
disableByFlipClick
istrue
,flipNext()
does not function. This appears to be a similar issue to #18.StPageFlip/src/Flip/Flip.ts
Lines 255 to 260 in ab30ecc
This is resolved by replacing line 257 with
x: this.render.getRect().left + 10,
.The text was updated successfully, but these errors were encountered: