mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Disable pasting in composer when in background
This commit is contained in:
@@ -492,6 +492,7 @@ function ForwardMessageEditor({
|
||||
<RenderCompositionTextArea
|
||||
bodyRanges={draft.bodyRanges ?? null}
|
||||
draftText={draft.messageBody ?? ''}
|
||||
isActive
|
||||
onChange={onChange}
|
||||
onSubmit={onSubmit}
|
||||
theme={theme}
|
||||
|
||||
Reference in New Issue
Block a user