mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Remove spurious ...atributes in the wrong place
We already have it above
This commit is contained in:
parent
c1f51a76dd
commit
4e1fabd140
@ -1473,7 +1473,6 @@ export default class MessageComposerInput extends React.Component {
|
||||
const { text } = node;
|
||||
return <a href={url} {...props.attributes}>
|
||||
{ text }
|
||||
{...attributes}
|
||||
</a>;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user