|
@@ -15,10 +15,6 @@ const Widget = () => {
|
|
|
const href = window.location.href.split("#");
|
|
const href = window.location.href.split("#");
|
|
|
const anchor = href.length > 1 ? href[1] : undefined;
|
|
const anchor = href.length > 1 ? href[1] : undefined;
|
|
|
|
|
|
|
|
- useEffect(() => {
|
|
|
|
|
- const ele = document.getElementById(`answer-${anchor}`);
|
|
|
|
|
- ele?.scrollIntoView();
|
|
|
|
|
- });
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<CommentAnchor resId={discussion?.resId} resType={discussion?.resType} />
|
|
<CommentAnchor resId={discussion?.resId} resType={discussion?.resType} />
|