mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-04-13 09:01:56 +02:00
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…
x
Reference in New Issue
Block a user