mirror of
https://github.com/wassname/talk.git
synced 2026-08-09 12:30:42 +08:00
Implement RTE and HTMLContent
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user