mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Group assets by client
This commit is contained in:
@@ -17,7 +17,7 @@ export default function addStickyControl() {
|
||||
if (startPost) {
|
||||
const excerpt = <span>{truncate(startPost.contentPlain(), 200)}</span>;
|
||||
|
||||
items.add('excerpt', excerpt, 100);
|
||||
items.add('excerpt', excerpt, -100);
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user