-
-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
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
FlipRight click event not working #115
Comments
@cvrppradeep hi, |
i am getting same issue |
@itr-tayyababbas hi, |
ok might be its server side rendering so you don't face any issue regarding it |
{{
$t("iu.lesson.ebookPage", {
currentPage: flipbook.page,
totalPages: flipbook.numPages ? flipbook.numPages : "∞",
})
}}
but you can utilize it for event handling because its working in my code just an console error occurs |
我遇到了与你一样的问题,我跟踪了一下错误堆栈,大概是因为在递归动画的过程触发了Vue的错误提示,如果你的浏览器尺寸较小,显示单页面,没有拼合动画的时候,就不会触发这个问题。 |
@janl99 Thank you for the insight! That makes a lot of sense. It seems that the recursive animation error is tied to the splicing animation process, as you mentioned. I noticed that when I reduce my browser size to display a single page without the animation, the error doesn’t occur. Do you have any recommendations on how to prevent this error while keeping the splicing animation enabled? Any tips on optimizing the animation logic would be greatly appreciated! |
@ts1 @MaikoTan @siderisng @vivekKodira
In Vue 3 live server flip right click event not working.but in local it's working fine..
Can you help me to find out what is the issue.
please check this url - https://codesandbox.io/p/devbox/great-resonance-fgn7v9
The text was updated successfully, but these errors were encountered: