1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +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 { else {
activateOverview(); activateOverview();
} }
event.preventDefault();
} }
} }
} }