X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=d4a7b6f2a7e65adfa764590faa23f2afc2f1b633;hb=022f3775e71e6b0b4c41d17e1c485e8445848387;hp=f12290d7b6f8b22c22505b93be06fee64300ac2d;hpb=6d96353679db2c1e10a380524b6c60c363d81216;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index f12290d7..d4a7b6f2 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -458,7 +458,6 @@ export default { case "connect": if (!this.people[data.from]) { this.people[data.from] = { focus: true }; - this.$forceUpdate(); //TODO: shouldn't be required this.newConnect[data.from] = true; //for self multi-connects tests this.send("askidentity", { target: data.from }); }