Merge pull request #1730 from ONLYOFFICE/feature/fix-bugs

Feature/fix bugs
This commit is contained in:
maxkadushkin 2022-05-04 18:02:35 +03:00 committed by GitHub
commit b5455d5825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -196,9 +196,9 @@
} }
} }
.popover .list + .list { // .popover .list + .list {
margin-top: 0; // 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 { .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; border-radius: 0;

View file

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