[SSE mobile] Fix Bug 56968

This commit is contained in:
SergeyEzhin 2022-05-04 18:20:31 +04:00
parent 4a3494641d
commit 83bf773cf6
2 changed files with 2 additions and 1 deletions

View file

@ -100,6 +100,7 @@ const CellEditor = inject("storeFunctions")(observer(props => {
f7.popover.open('#idx-functions-list', '#idx-list-target');
} else {
f7.popover.close('#idx-functions-list');
setFuncArr('');
}
}

View file

@ -114,7 +114,7 @@ const CellEditorView = props => {
</div>
<div className="ce-group group--content" style={contentStyle}>
<div id="idx-list-target" className="target-function-list"></div>
<textarea id="idx-cell-content" spellCheck="false"/>
<textarea id="idx-cell-content" spellCheck="false" />
</div>
<div className="ce-group">
<Link icon="caret" onClick={expandClick} />