mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
refactor(book reader): remove unused code
This commit is contained in:
parent
aafb345466
commit
c6647c17dc
1 changed files with 0 additions and 3 deletions
|
|
@ -467,9 +467,6 @@ export default Vue.extend({
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
swipe (direction: string) {
|
||||
alert(direction)
|
||||
},
|
||||
keyPressed (e: KeyboardEvent) {
|
||||
switch (e.key) {
|
||||
case 'PageUp':
|
||||
|
|
|
|||
Loading…
Reference in a new issue