From e1ca3ae40e8a208ab2ab0b89a96b8e314042c75b Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 8 Oct 2024 09:07:40 +0900 Subject: Move remaining composer state into reducer (#5623) Co-authored-by: Mary Co-authored-by: surfdude29 <149612116+surfdude29@users.noreply.github.com> Co-authored-by: Hailey --- src/view/com/composer/text-input/TextInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/composer/text-input/TextInput.tsx') diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 39baa2cb6..43074fa5b 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -43,7 +43,7 @@ export interface TextInputRef { interface TextInputProps extends ComponentProps { richtext: RichText placeholder: string - setRichText: (v: RichText | ((v: RichText) => RichText)) => void + setRichText: (v: RichText) => void onPhotoPasted: (uri: string) => void onPressPublish: (richtext: RichText) => Promise onNewLink: (uri: string) => void -- cgit 1.4.1