2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

UX: Don't hide the reply button by default

This commit is contained in:
Robin Ward 2017-06-26 17:35:11 -04:00
parent aa69f78fed
commit 10358811a1

View file

@ -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');
}