mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Fix live preview
This commit is contained in:
@@ -70,3 +70,5 @@ app.initializers.add('flarum-mentions', function() {
|
||||
// Remove post mentions when rendering post previews.
|
||||
getPlainContent.removeSelectors.push('a.PostMention');
|
||||
});
|
||||
|
||||
export * from './utils/textFormatter';
|
||||
|
Reference in New Issue
Block a user