mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
new controls module for navigation arrows
This commit is contained in:
parent
2a06e0d1e5
commit
c50ec00419
5 changed files with 285 additions and 168 deletions
|
|
@ -1,7 +1,5 @@
|
|||
import { extend, toArray } from '../utils/util.js'
|
||||
|
||||
/**
|
||||
*
|
||||
* Handles the showing and
|
||||
*/
|
||||
export default class Notes {
|
||||
|
||||
|
|
@ -81,7 +79,7 @@ export default class Notes {
|
|||
*
|
||||
* @return {boolean}
|
||||
*/
|
||||
isSpeakerNotes() {
|
||||
isSpeakerNotesWindow() {
|
||||
|
||||
return !!window.location.search.match( /receiver/gi );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue