fix replay after opening a game
This commit is contained in:
parent
98acc0dcf6
commit
95a06972c7
6 changed files with 61 additions and 12 deletions
|
|
@ -80,7 +80,9 @@ export default defineComponent({
|
|||
replayOnSpeedUp: () => {},
|
||||
replayOnSpeedDown: () => {},
|
||||
replayOnPauseToggle: () => {},
|
||||
connect: () => {},
|
||||
disconnect: () => {},
|
||||
unload: () => {},
|
||||
},
|
||||
|
||||
replay: {
|
||||
|
|
@ -129,6 +131,7 @@ export default defineComponent({
|
|||
)
|
||||
},
|
||||
unmounted () {
|
||||
this.g.unload()
|
||||
this.g.disconnect()
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue