refactor(book reader): remove unused code

This commit is contained in:
Gauthier Roebroeck 2020-03-18 14:13:07 +08:00
parent aafb345466
commit c6647c17dc

View file

@ -467,9 +467,6 @@ export default Vue.extend({
}
},
methods: {
swipe (direction: string) {
alert(direction)
},
keyPressed (e: KeyboardEvent) {
switch (e.key) {
case 'PageUp':