Use the current conversation name as a placeholder title for the renaming operation

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Marco Ambrosini 2020-03-06 08:47:36 +01:00
Родитель f711149815
Коммит d14d03128f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -459,6 +459,8 @@ export default {
},
handleRenameConversation() {
// Copy the current conversation's title into the renaming title
this.conversationName = this.title
this.isRenamingConversation = true
},