[SSE] Fix Bug 54820
This commit is contained in:
parent
43b8f75ce1
commit
7a5d73624b
|
@ -44,6 +44,7 @@ const EditCell = props => {
|
|||
onFontSize: props.onFontSize,
|
||||
onFontClick: props.onFontClick
|
||||
}}/>
|
||||
</List>
|
||||
{!wsProps.FormatCells &&
|
||||
<>
|
||||
<List>
|
||||
|
@ -127,8 +128,7 @@ const EditCell = props => {
|
|||
)})}
|
||||
</Swiper>
|
||||
) : null}
|
||||
</>}
|
||||
</List>
|
||||
</>}
|
||||
</Fragment>
|
||||
)
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue