Skip to content

Commit

Permalink
docs: remove EmojiPicker remnants (#2470)
Browse files Browse the repository at this point in the history
### 🎯 Goal

Remove forgotten and no longer functional EmojiPicker mentions from
docs.
  • Loading branch information
arnautov-anton authored Aug 13, 2024
1 parent 3899352 commit 1800df5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,6 @@ Function to manually close the list of supported slash commands.
| ---------- |
| () => void |

### closeEmojiPicker

Function to close the `EmojiPicker` component.

| Type |
| ------------------------------------------- |
| React.MouseEventHandler<HTMLButtonElement\> |

### closeEmojiPickerOnClick

If true, picking an emoji from the `EmojiPicker` component will close the picker.

| Type |
| ------- |
| boolean |

### closeMentionsList

Function to manually close the list of potential users to mention.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ Function to clear the editing state while editing a message.
| ---------- |
| () => void |

### closeEmojiPickerOnClick

If true, picking an emoji from the `EmojiPicker` component will close the picker.

| Type | Default |
| ------- | ------- |
| boolean | false |

### disabled

If true, disables the text input.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,6 @@ Function to manually close the list of supported slash commands.
| ---------- |
| () => void |

### closeEmojiPicker

Function to close the `EmojiPicker` component.

| Type |
| ------------------------------------------- |
| React.MouseEventHandler<HTMLButtonElement\> |

### closeEmojiPickerOnClick

If true, picking an emoji from the `EmojiPicker` component will close the picker.

| Type |
| ------- |
| boolean |

### closeMentionsList

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

| Type | Default |
|---------|---------|
| ------- | ------- |
| boolean | false |

### imageOrder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ Function to clear the editing state while editing a message.
| ---------- |
| () => void |

### closeEmojiPickerOnClick

If true, picking an emoji from the `EmojiPicker` component will close the picker.

| Type | Default |
| ------- | ------- |
| boolean | false |

### disabled

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

| Type | Default |
|---------|---------|
| ------- | ------- |
| boolean | false |

### Input
Expand Down

0 comments on commit 1800df5

Please sign in to comment.