Disable pasting in composer when in background
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
parent
5bb5b259c8
commit
eb619350b3
14 changed files with 57 additions and 4 deletions
|
@ -492,6 +492,7 @@ function ForwardMessageEditor({
|
|||
<RenderCompositionTextArea
|
||||
bodyRanges={draft.bodyRanges ?? null}
|
||||
draftText={draft.messageBody ?? ''}
|
||||
isActive
|
||||
onChange={onChange}
|
||||
onSubmit={onSubmit}
|
||||
theme={theme}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue