Fix edition
This commit is contained in:
parent
5db885e337
commit
be3a66b0e6
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export const Editor = memo(
|
||||||
onBlur={onBlur}
|
onBlur={onBlur}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{ rightComponent(selectPreviousSelection) }
|
{ rightComponent?.(selectPreviousSelection) }
|
||||||
</div>;
|
</div>;
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue