Skip to content

Commit 1800df5

Browse files
docs: remove EmojiPicker remnants (#2470)
### 🎯 Goal Remove forgotten and no longer functional EmojiPicker mentions from docs.
1 parent 3899352 commit 1800df5

File tree

4 files changed

+2
-50
lines changed

4 files changed

+2
-50
lines changed

docusaurus/docs/React/components/contexts/message-input-context.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,6 @@ Function to manually close the list of supported slash commands.
6969
| ---------- |
7070
| () => void |
7171

72-
### closeEmojiPicker
73-
74-
Function to close the `EmojiPicker` component.
75-
76-
| Type |
77-
| ------------------------------------------- |
78-
| React.MouseEventHandler<HTMLButtonElement\> |
79-
80-
### closeEmojiPickerOnClick
81-
82-
If true, picking an emoji from the `EmojiPicker` component will close the picker.
83-
84-
| Type |
85-
| ------- |
86-
| boolean |
87-
8872
### closeMentionsList
8973

9074
Function to manually close the list of potential users to mention.

docusaurus/docs/React/components/message-input-components/message-input.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ Function to clear the editing state while editing a message.
5151
| ---------- |
5252
| () => void |
5353

54-
### closeEmojiPickerOnClick
55-
56-
If true, picking an emoji from the `EmojiPicker` component will close the picker.
57-
58-
| Type | Default |
59-
| ------- | ------- |
60-
| boolean | false |
61-
6254
### disabled
6355

6456
If true, disables the text input.

docusaurus/react_versioned_docs/version-11.x.x/components/contexts/message-input-context.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,6 @@ Function to manually close the list of supported slash commands.
6969
| ---------- |
7070
| () => void |
7171

72-
### closeEmojiPicker
73-
74-
Function to close the `EmojiPicker` component.
75-
76-
| Type |
77-
| ------------------------------------------- |
78-
| React.MouseEventHandler<HTMLButtonElement\> |
79-
80-
### closeEmojiPickerOnClick
81-
82-
If true, picking an emoji from the `EmojiPicker` component will close the picker.
83-
84-
| Type |
85-
| ------- |
86-
| boolean |
87-
8872
### closeMentionsList
8973

9074
Function to manually close the list of potential users to mention.
@@ -250,7 +234,7 @@ Function that runs onSubmit to the underlying `textarea` component.
250234
Allows to hide MessageInput's send button. Used by `MessageSimple` to hide the send button in `EditMessageForm`. Received from `MessageInputProps`.
251235

252236
| Type | Default |
253-
|---------|---------|
237+
| ------- | ------- |
254238
| boolean | false |
255239

256240
### imageOrder

docusaurus/react_versioned_docs/version-11.x.x/components/message-input-components/message-input.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ Function to clear the editing state while editing a message.
5151
| ---------- |
5252
| () => void |
5353

54-
### closeEmojiPickerOnClick
55-
56-
If true, picking an emoji from the `EmojiPicker` component will close the picker.
57-
58-
| Type | Default |
59-
| ------- | ------- |
60-
| boolean | false |
61-
6254
### disabled
6355

6456
If true, disables the text input.
@@ -128,7 +120,7 @@ If true, expands the text input vertically for new lines.
128120
Allows to hide MessageInput's send button. Used by `MessageSimple` to hide the send button in `EditMessageForm`.
129121

130122
| Type | Default |
131-
|---------|---------|
123+
| ------- | ------- |
132124
| boolean | false |
133125

134126
### Input

0 commit comments

Comments
 (0)