mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Cancelling a title change does not revert the value
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<div class='field'>{{i18n 'user.title.title'}}</div>
|
||||
<div class='value'>
|
||||
{{#if editingTitle}}
|
||||
{{text-field value=model.title autofocus="autofocus"}}
|
||||
{{text-field value=userTitleValue autofocus="autofocus"}}
|
||||
{{else}}
|
||||
<span {{action "toggleTitleEdit"}}>{{model.title}} </span>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user