renamed method

This commit is contained in:
10G Meow 2022-02-20 11:41:35 +02:00
parent ab749cd932
commit d4351a3a43
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<input
v-model="displayName"
@blur="
setDisplayName($event.target.value);
updateDisplayName($event.target.value);
editDisplayName = !editDisplayName;
"
@focus="editDisplayName = !editDisplayName"