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:
@@ -2629,9 +2629,6 @@ export default function( revealElement, options ) {
|
||||
if( routes.down ) {
|
||||
navigateDown({skipFragments});
|
||||
}
|
||||
else if( config.rtl ) {
|
||||
navigateLeft({skipFragments});
|
||||
}
|
||||
else {
|
||||
navigateRight({skipFragments});
|
||||
}
|
||||
|
Reference in New Issue
Block a user