Skip to content

Commit

Permalink
[nested-grid] Bring back export button
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Sep 12, 2024
1 parent 95552aa commit 4f667f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,8 @@
native-height (+ u/scrollbar-thickness
(apply + max-column-heights)
(apply + showing-row-heights))]
[:<>
#_[:div {:style {:height (when show-export-button? 25)}} control-panel]
[:div
[:div {:style {:height (when show-export-button? 25)}} control-panel]
[:div {:on-mouse-enter #(reset! hover? true)
:on-mouse-leave #(reset! hover? false)
:style
Expand Down

0 comments on commit 4f667f9

Please sign in to comment.