1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

fix broken backwards navigation in rtl mode

This commit is contained in:
Hakim El Hattab
2024-03-06 10:55:09 +01:00
parent 2927be34d8
commit 63e0a37a88
6 changed files with 7 additions and 10 deletions

View File

@@ -2629,9 +2629,6 @@ export default function( revealElement, options ) {
if( routes.down ) {
navigateDown({skipFragments});
}
else if( config.rtl ) {
navigateLeft({skipFragments});
}
else {
navigateRight({skipFragments});
}