1
0
mirror of https://github.com/flarum/core.git synced 2025-07-12 20:36:28 +02:00

Set default item priorities

This commit is contained in:
Toby Zerner
2015-07-23 16:38:30 +09:30
parent 61e4763c68
commit 6c8144f90a
2 changed files with 4 additions and 2 deletions

View File

@ -276,7 +276,8 @@ export default class DiscussionPage extends mixin(Component, evented) {
PostStreamScrubber.component({
stream: this.stream,
className: 'App-titleControl'
})
}),
-100
);
return items;