UX: Don't hide the reply button by default
This commit is contained in:
parent
aa69f78fed
commit
10358811a1
|
@ -251,7 +251,6 @@ export default createWidget('post-menu', {
|
|||
// If the post is a wiki, make Edit more prominent
|
||||
if (attrs.wiki) {
|
||||
replaceButton(orderedButtons, 'edit', 'reply-small');
|
||||
replaceButton(hiddenButtons, 'edit', 'reply-small');
|
||||
replaceButton(orderedButtons, 'reply', 'wiki-edit');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue