make EpisodeUpdateView work
This commit is contained in:
@@ -54,11 +54,13 @@ window.aircox = {
|
||||
}
|
||||
},
|
||||
|
||||
onKeyPress(event) {
|
||||
onKeyPress(/*event*/) {
|
||||
/*
|
||||
if(event.key == " ") {
|
||||
this.player.togglePlay()
|
||||
event.stopPropagation()
|
||||
}
|
||||
*/
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user