Fix edition
parent
5db885e337
commit
be3a66b0e6
|
@ -61,7 +61,7 @@ export const Editor = memo(
|
|||
onBlur={onBlur}
|
||||
/>
|
||||
</div>
|
||||
{ rightComponent(selectPreviousSelection) }
|
||||
{ rightComponent?.(selectPreviousSelection) }
|
||||
</div>;
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue