Fix up arrow on non-empty editor

This commit is contained in:
Jamie Kyle 2024-03-13 11:00:41 -07:00 committed by GitHub
parent 1823f7eca9
commit 44a8049e63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -114,7 +114,7 @@ export type Props = Readonly<{
sortedGroupMembers: ReadonlyArray<ConversationType> | null;
scrollerRef?: React.RefObject<HTMLDivElement>;
onDirtyChange?(dirty: boolean): unknown;
onEditorStateChange?(options: {
onEditorStateChange(options: {
bodyRanges: DraftBodyRanges;
caretLocation?: number;
conversationId: string | undefined;