FIX: ChatComposerMessageDetails icon was always edit (#21340)
This commit is contained in:
parent
bc236119d3
commit
bfd3bd5516
|
@ -7,7 +7,7 @@
|
||||||
this.currentMessage
|
this.currentMessage
|
||||||
this.currentMessage.inReplyTo
|
this.currentMessage.inReplyTo
|
||||||
}}
|
}}
|
||||||
@icon="pencil-alt"
|
@icon={{if this.currentMessage.editing "pencil-alt" "reply"}}
|
||||||
@cancelAction={{this.onCancel}}
|
@cancelAction={{this.onCancel}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue