[SSE mobile] Fix Bug 53987

This commit is contained in:
SergeyEzhin 2021-11-22 20:30:51 +04:00
parent 126eaf08e7
commit bac52e24c6

View file

@ -109,7 +109,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" onFocus={(e) => {wsLock && e.target.blur()}}/>
</div>
<div className="ce-group">
<Link icon="caret" onClick={expandClick} />