fix: scroll OP quote to thread card on same-route click

This commit is contained in:
plebeius
2026-02-11 18:43:39 +08:00
parent 6c4c12c136
commit 716c782d1a
4 changed files with 88 additions and 26 deletions
+2
View File
@@ -32,6 +32,8 @@ export interface PostProps {
onApprove?: () => void;
onReject?: () => void;
quotedByMap?: Map<string, Comment[]>;
cidToReply?: Map<string, Comment>;
isInPostPageView?: boolean;
}
export const Post = ({