1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-29 19:00:21 +02:00

break touch interaction into own module

This commit is contained in:
Hakim El Hattab
2020-03-11 08:13:53 +01:00
parent e32f38740c
commit 5a5a5c9a6c
6 changed files with 279 additions and 236 deletions

View File

@@ -1,7 +1,5 @@
import { enterFullscreen } from '../utils/util.js'
/**
* Handles all reveal.js keyboard interactions.
* Reads and writes the URL based on reveal.js' current state.
*/
export default class Location {