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",
|
||||
classNames: ["edit-message"],
|
||||
dependentKeys: ["editFirstPost", "showEditOnFooter"],
|
||||
dropdown() {
|
||||
return this.site.mobileView && this.get("topic.isPrivateMessage");
|
||||
},
|
||||
displayed() {
|
||||
return this.showEditOnFooter;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue