mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 22:01:33 +08:00
FIX: Uploads cannot be mapped due to the cook-text's element attr being null (#10136)
This commit is contained in:
@ -4,7 +4,6 @@ import { cookAsync } from "discourse/lib/text";
|
|||||||
import { ajax } from "discourse/lib/ajax";
|
import { ajax } from "discourse/lib/ajax";
|
||||||
|
|
||||||
const CookText = Component.extend({
|
const CookText = Component.extend({
|
||||||
tagName: "",
|
|
||||||
cooked: null,
|
cooked: null,
|
||||||
|
|
||||||
didReceiveAttrs() {
|
didReceiveAttrs() {
|
||||||
|
Reference in New Issue
Block a user