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