Skip to content

Commit

Permalink
respect startY flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Jan 12, 2024
1 parent a55deb9 commit eb6868e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gen/grafonnet-v10.2.0/custom/util/grid.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ local panelUtil = import './panel.libsonnet';

local uncollapsed = panelUtil.resolveCollapsedFlagOnRows(panelsBeforeRowsWithX + rowPanelsWithX);

panelUtil.normalizeY(uncollapsed),
local normalized = panelUtil.normalizeY(uncollapsed);

std.map(function(p) p + { gridPos+: { y+: startY } }, normalized),

'#wrapPanels':: d.func.new(
|||
Expand Down

0 comments on commit eb6868e

Please sign in to comment.