Implement RTE and HTMLContent

This commit is contained in:
Chi Vinh Le
2018-08-29 16:03:04 +02:00
parent 885a724876
commit 13c196983f
44 changed files with 1726 additions and 554 deletions
@@ -28,7 +28,7 @@ class Permalink extends React.Component<PermalinkProps> {
public render() {
const { commentID, assetURL } = this.props;
const popoverID = "permalink-popover";
const popoverID = `permalink-popover-${commentID}`;
return (
<Popover
id={popoverID}