mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 the post is a wiki, make Edit more prominent
|
||||||
if (attrs.wiki) {
|
if (attrs.wiki) {
|
||||||
replaceButton(orderedButtons, 'edit', 'reply-small');
|
replaceButton(orderedButtons, 'edit', 'reply-small');
|
||||||
replaceButton(hiddenButtons, 'edit', 'reply-small');
|
|
||||||
replaceButton(orderedButtons, 'reply', 'wiki-edit');
|
replaceButton(orderedButtons, 'reply', 'wiki-edit');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user