limit parentCid logic to first ReplyModal opening

This commit is contained in:
plebeius.eth
2023-06-24 11:44:36 +02:00
parent 0f4d0fa434
commit 91e51f828d
5 changed files with 120 additions and 52 deletions
+3
View File
@@ -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 }),