mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
always save selected song
This commit is contained in:
parent
01e1a1ad25
commit
ea04771d00
@ -992,6 +992,7 @@ class SongSelect{
|
|||||||
}
|
}
|
||||||
this.state.move = 0
|
this.state.move = 0
|
||||||
this.state.locked = 2
|
this.state.locked = 2
|
||||||
|
localStorage["selectedSong"] = this.selectedSong
|
||||||
|
|
||||||
if(this.songs[this.selectedSong].action !== "back"){
|
if(this.songs[this.selectedSong].action !== "back"){
|
||||||
var cat = this.songs[this.selectedSong].category
|
var cat = this.songs[this.selectedSong].category
|
||||||
|
Loading…
Reference in New Issue
Block a user