[SSE] Fix Bug 54820

This commit is contained in:
ShimaginAndrey 2022-01-25 11:38:18 +03:00
parent 43b8f75ce1
commit 7a5d73624b

View file

@ -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>
)
};