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
The bug occurs in presenter mode. When switching slide page back and forth rapidly in presenter mode, the brower will soon stuck and unable to switch between slide pages any more. Though hitting left or right key do change the url displayed in the browser address bar, it still remains on the same slide page. The only method to fix it is refreshing the browser.
This bug doesn't occur in other slidev theme, and it will occur both in firefox and chromium.
I'm wondering whether the bug stems from the pagination component.
UPD: I've tried to remove the pagination part in the global-top.vue file, and the bug no longer occurs, which confirms that the bug stems from the pagination component.
The text was updated successfully, but these errors were encountered:
Please test a new slidev project without slidev-theme-academic, using the same slidev version as in your erroneous project, add the just mentioned components and report back whether the issue still occurs.
The bug occurs in presenter mode. When switching slide page back and forth rapidly in presenter mode, the brower will soon stuck and unable to switch between slide pages any more. Though hitting left or right key do change the url displayed in the browser address bar, it still remains on the same slide page. The only method to fix it is refreshing the browser.
This bug doesn't occur in other slidev theme, and it will occur both in firefox and chromium.
I'm wondering whether the bug stems from the pagination component.
UPD: I've tried to remove the pagination part in the global-top.vue file, and the bug no longer occurs, which confirms that the bug stems from the pagination component.
The text was updated successfully, but these errors were encountered: