prevent default on space press
This commit is contained in:
parent
cbd59efef8
commit
02f783b68d
@ -219,6 +219,8 @@ var Reveal = (function(){
|
||||
else {
|
||||
activateOverview();
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user