X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=b52de8294fc60fc60757c7a4d485fb6a2f044afa;hp=23c45783716158bcf543486bae8b862229d4e4a7;hb=3b959cfaf3d3a28373d7ebb48d80087150a98006;hpb=db1f1f9adb920605c7a16b060a7737e54636ee08 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 23c45783..b52de829 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -212,6 +212,7 @@ export default { "DELETE", {gid: this.game.id}, () => { + // TODO: this.game.pastChats = [] could be enough here? this.$set(this.game, "pastChats", []); } );