We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f42a604 + 8ae7fdd commit 9b753c2Copy full SHA for 9b753c2
src/components/MessageInput/hooks/useCreateMessageInputContext.ts
@@ -32,6 +32,7 @@ export const useCreateMessageInputContext = <
32
closeCommandsList,
33
closeEmojiPicker,
34
cooldownInterval,
35
+ cooldownRemaining,
36
disabled,
37
disableMentions,
38
doFileUploadRequest,
@@ -102,6 +103,7 @@ export const useCreateMessageInputContext = <
102
103
104
105
106
107
108
109
@@ -151,6 +153,8 @@ export const useCreateMessageInputContext = <
151
153
useMentionsTransliteration,
152
154
}),
155
[
156
+ cooldownInterval,
157
158
editing,
159
emojiPickerIsOpen,
160
fileUploadsValue,
0 commit comments