mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "FIX: Better emoji escaping for topic title"
This reverts commit 35426b5ad6.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { emojiSearch } from "pretty-text/emoji";
|
||||
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
|
||||
import { emojiSearch, IMAGE_VERSION as v } from "pretty-text/emoji";
|
||||
import { emojiUnescape } from "discourse/lib/text";
|
||||
|
||||
QUnit.module("lib:emoji");
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import Quote from "discourse/lib/quote";
|
||||
import Post from "discourse/models/post";
|
||||
import { default as PrettyText, buildOptions } from "pretty-text/pretty-text";
|
||||
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
|
||||
import { IMAGE_VERSION as v } from "pretty-text/emoji";
|
||||
import { INLINE_ONEBOX_LOADING_CSS_CLASS } from "pretty-text/inline-oneboxer";
|
||||
|
||||
QUnit.module("lib:pretty-text");
|
||||
|
||||
Reference in New Issue
Block a user