mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add cid quote insertion logic in ReplyModal
This commit is contained in:
@@ -86,6 +86,9 @@ const useGeneralStore = create((set) => ({
|
||||
showPostFormLink: true,
|
||||
setShowPostFormLink: (show) => set({ showPostFormLink: show }),
|
||||
|
||||
triggerInsertion: 0,
|
||||
setTriggerInsertion: (trigger) => set({ triggerInsertion: trigger }),
|
||||
|
||||
}));
|
||||
|
||||
export default useGeneralStore;
|
||||
Reference in New Issue
Block a user