Merge pull request #1730 from ONLYOFFICE/feature/fix-bugs
Feature/fix bugs
This commit is contained in:
commit
b5455d5825
|
@ -196,9 +196,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.popover .list + .list {
|
||||
margin-top: 0;
|
||||
}
|
||||
// .popover .list + .list {
|
||||
// margin-top: 0;
|
||||
// }
|
||||
|
||||
.popover .list:first-child li:first-child, .popover .list:first-child li:first-child a, .popover .list:first-child li:first-child > label, .popover .list:last-child li:last-child, .popover .list:last-child li:last-child a, .popover .list:last-child li:last-child > label {
|
||||
border-radius: 0;
|
||||
|
|
|
@ -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('');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue