Skip to content

Commit

Permalink
[nested-grid] Fix missing wrapper attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Nov 18, 2024
1 parent 021f274 commit 7a1f96a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@
zebra-stripes
[]))
(conj (when show-selection-box? box-selector)))]
[:div (debug/->attr
[:div (merge
(themed ::wrapper
{:src src
:style (merge {:flex-direction :column}
Expand All @@ -1195,7 +1195,8 @@
(when remove-empty-column-space?
{:max-width :fit-content})
(when remove-empty-row-space?
{:max-height :fit-content}))))}))
{:max-height :fit-content}))))})
(debug/->attr props))
(when show-export-button? control-panel)
(conj
outer-grid-container
Expand Down

0 comments on commit 7a1f96a

Please sign in to comment.