Close edit after sending bio update
[vchess.git] / client / src / components / UserBio.vue
index eed423a..1a86b67 100644 (file)
@@ -94,6 +94,7 @@ export default {
       else if (this.modeEdit) this.adjustHeight();
     },
     sendBio: function() {
+      this.modeEdit = false;
       ajax(
         "/userbio",
         "PUT",