diff options
Diffstat (limited to 'src/state/shell/composer.tsx')
-rw-r--r-- | src/state/shell/composer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/shell/composer.tsx b/src/state/shell/composer.tsx index 74802a993..612388ff8 100644 --- a/src/state/shell/composer.tsx +++ b/src/state/shell/composer.tsx @@ -34,7 +34,7 @@ export interface ComposerOpts { quote?: ComposerOptsQuote quoteCount?: number mention?: string // handle of user to mention - openPicker?: (pos: DOMRect | undefined) => void + openEmojiPicker?: (pos: DOMRect | undefined) => void text?: string imageUris?: {uri: string; width: number; height: number}[] } |