prevent default on space press
This commit is contained in:
parent
cbd59efef8
commit
02f783b68d
1 changed files with 2 additions and 0 deletions
|
@ -219,6 +219,8 @@ var Reveal = (function(){
|
|||
else {
|
||||
activateOverview();
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue