mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Auto-check aggregate values option as soon as table is a summary
Summary: Auto-check makes sure that the “Aggregate Values” option is checked as soon as the chart table is summarized. Before, user had to check it explicitly. More on this: https://grist.slack.com/archives/C04AYS9JF/p1649400119930389?thread_ts=1649338496.915759&cid=C04AYS9JF Test Plan: Updated tests Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3422
This commit is contained in:
@@ -329,7 +329,7 @@ export function buildViewSectionDom(options: {
|
||||
// With new widgetPopup it is hard to click on viewSection without a activating it, hence we
|
||||
// add a little blank space to use in test.
|
||||
const cssTestClick = styled(`div`, `
|
||||
min-width: 1px;
|
||||
min-width: 2px;
|
||||
`);
|
||||
|
||||
const cssSigmaIcon = styled(icon, `
|
||||
|
||||
Reference in New Issue
Block a user