renamed method
This commit is contained in:
parent
ab749cd932
commit
d4351a3a43
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<input
|
||||
v-model="displayName"
|
||||
@blur="
|
||||
setDisplayName($event.target.value);
|
||||
updateDisplayName($event.target.value);
|
||||
editDisplayName = !editDisplayName;
|
||||
"
|
||||
@focus="editDisplayName = !editDisplayName"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ export default {
|
|||
this.$navigation.push({path: "/login"}, -1);
|
||||
})
|
||||
},
|
||||
setDisplayName(name) {
|
||||
updateDisplayName(name) {
|
||||
this.$matrix.matrixClient.setDisplayName(name);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue