mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
disable overview while in reader mode
This commit is contained in:
parent
be5d811914
commit
980b902a9d
8 changed files with 23 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ export default class Overview {
|
|||
activate() {
|
||||
|
||||
// Only proceed if enabled in config
|
||||
if( this.Reveal.getConfig().overview && !this.isActive() ) {
|
||||
if( this.Reveal.getConfig().overview && !this.Reveal.isReaderMode() && !this.isActive() ) {
|
||||
|
||||
this.active = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue