mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
limit parentCid logic to first ReplyModal opening
This commit is contained in:
@@ -53,6 +53,9 @@ const useGeneralStore = create((set) => ({
|
||||
publishedComment: '',
|
||||
setPublishedComment: (comment) => set({ publishedComment: comment }),
|
||||
|
||||
replyQuoteCid: '',
|
||||
setReplyQuoteCid: (cid) => set({ replyQuoteCid: cid }),
|
||||
|
||||
resolveCaptchaPromise: null,
|
||||
setResolveCaptchaPromise: (resolve) => set({ resolveCaptchaPromise: resolve }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user