mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Fix edition
This commit is contained in:
parent
5db885e337
commit
be3a66b0e6
@ -61,7 +61,7 @@ export const Editor = memo(
|
||||
onBlur={onBlur}
|
||||
/>
|
||||
</div>
|
||||
{ rightComponent(selectPreviousSelection) }
|
||||
{ rightComponent?.(selectPreviousSelection) }
|
||||
</div>;
|
||||
},
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user