Skip to content
Snippets Groups Projects
Commit 60457d21 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

alt+zoom only works on slide content #1151

parent 7baa8ec1
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
(function(){
var isEnabled = true;
document.querySelector( '.reveal' ).addEventListener( 'mousedown', function( event ) {
document.querySelector( '.reveal .slides' ).addEventListener( 'mousedown', function( event ) {
var modifier = ( Reveal.getConfig().zoomKey ? Reveal.getConfig().zoomKey : 'alt' ) + 'Key';
var zoomPadding = 20;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment