1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

prevent default on space press

This commit is contained in:
Hakim El Hattab
2012-01-02 23:48:09 -08:00
parent cbd59efef8
commit 02f783b68d

View File

@@ -219,6 +219,8 @@ var Reveal = (function(){
else {
activateOverview();
}
event.preventDefault();
}
}
}