1
0
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:
Toby Zerner
2018-09-21 11:41:32 +09:30
parent 78050e8c4e
commit 8d67e6dcf5
3 changed files with 4 additions and 2 deletions

View File

@@ -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';