UX: moves editFirstPost in taggable Pms in dropdown on mobile (#9840)
This commit is contained in:
parent
02f44def56
commit
30631a963f
|
@ -175,6 +175,9 @@ export default {
|
||||||
action: "editFirstPost",
|
action: "editFirstPost",
|
||||||
classNames: ["edit-message"],
|
classNames: ["edit-message"],
|
||||||
dependentKeys: ["editFirstPost", "showEditOnFooter"],
|
dependentKeys: ["editFirstPost", "showEditOnFooter"],
|
||||||
|
dropdown() {
|
||||||
|
return this.site.mobileView && this.get("topic.isPrivateMessage");
|
||||||
|
},
|
||||||
displayed() {
|
displayed() {
|
||||||
return this.showEditOnFooter;
|
return this.showEditOnFooter;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue