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:
parent
aa69f78fed
commit
10358811a1
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue