Skip to content

Commit

Permalink
Fix buggy movement of copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k committed Jun 3, 2024
1 parent 9fcb67b commit bfbc55e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -789,12 +789,11 @@
(when show-export-button?
[buttons/md-icon-button
:md-icon-name "zmdi zmdi-copy"
:style {:height "20px"
:font-size "20px"
:line-height "20px"
:style {:height "18px"
:font-size "18px"
:line-height "18px"
:padding-bottom 0}
:tooltip (str "Copy table to clipboard.")
:tooltip-position :left-center
:on-click #(let [column-headers (export-column-headers)
row-headers (export-row-headers)
spacers (export-spacers)
Expand Down

0 comments on commit bfbc55e

Please sign in to comment.