mirror of
https://github.com/discourse/discourse.git
synced 2025-04-15 15:30:52 +08:00
FIX: regression preventing the display of replying...
in the composer
This commit is contained in:
parent
62d1ba4fdb
commit
ea812ea05d
@ -68,7 +68,7 @@ export default Ember.Component.extend({
|
|||||||
|
|
||||||
this.clear();
|
this.clear();
|
||||||
|
|
||||||
if (this.get('action') !== 'reply' || this.get('action') !== 'edit') {
|
if (!['reply', 'edit'].includes(this.get('action'))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user