mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(reply): replies should always target the OP, not other replies
This commit is contained in:
@@ -78,7 +78,7 @@ const useReplyModalStore = create<ReplyModalState>((set, get) => ({
|
|||||||
const scrollY = isMobile ? window.scrollY : 0;
|
const scrollY = isMobile ? window.scrollY : 0;
|
||||||
|
|
||||||
set({
|
set({
|
||||||
activeCid: parentCid,
|
activeCid: postCid,
|
||||||
parentNumber: parentNumber ?? null,
|
parentNumber: parentNumber ?? null,
|
||||||
threadNumber: threadNumber ?? null,
|
threadNumber: threadNumber ?? null,
|
||||||
threadCid: postCid,
|
threadCid: postCid,
|
||||||
|
|||||||
Reference in New Issue
Block a user