mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Do not allow attachments if there are link previews
This commit is contained in:
@@ -405,7 +405,7 @@ export const CompositionArea = ({
|
||||
/>
|
||||
) : null;
|
||||
|
||||
const attButton = (
|
||||
const attButton = linkPreviewResult ? undefined : (
|
||||
<div className="CompositionArea__button-cell">
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user