prevent swipes on speaker notes
This commit is contained in:
		@@ -470,6 +470,7 @@
 | 
			
		||||
 | 
			
		||||
		// Element containing notes that are visible to the audience
 | 
			
		||||
		dom.speakerNotes = createSingletonNode( dom.wrapper, 'div', 'speaker-notes', null );
 | 
			
		||||
		dom.speakerNotes.setAttribute( 'data-prevent-swipe', '' );
 | 
			
		||||
 | 
			
		||||
		// Overlay graphic which is displayed during the paused mode
 | 
			
		||||
		createSingletonNode( dom.wrapper, 'div', 'pause-overlay', null );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user