Skip to content

Commit

Permalink
Add priority order to discussion controls (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Nov 16, 2021
1 parent 5993c64 commit c120f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/forum/components/DiscussionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ export default class DiscussionPage<CustomAttrs extends IDiscussionPageAttrs = I
accessibleToggleLabel: app.translator.trans('core.forum.discussion_controls.toggle_dropdown_accessible_label'),
},
DiscussionControls.controls(this.discussion, this).toArray()
)
),
100
);

items.add(
Expand Down

0 comments on commit c120f28

Please sign in to comment.