mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-21 17:08:43 +03:00
fix emoji edit not rendered
This commit is contained in:
@ -327,6 +327,7 @@ function initRepository() {
|
|||||||
$render_content.html($('#no-content').html());
|
$render_content.html($('#no-content').html());
|
||||||
} else {
|
} else {
|
||||||
$render_content.html(data.content);
|
$render_content.html(data.content);
|
||||||
|
emojify.run($render_content[0]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user