Skip to content

Commit

Permalink
[nested-grid] Use a native tooltip for the copy button
Browse files Browse the repository at this point in the history
The re-com tooltip was causing layout shift in some edge cases.
  • Loading branch information
kimo-k committed Jun 28, 2024
1 parent b3417ad commit 19041b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/re_com/nested_grid.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
:font-size "18px"
:line-height "18px"
:padding-bottom 0}
:tooltip (str "Copy table to clipboard.")
:attr {:title "Copy to Clipboard"}
:on-click #(let [column-headers (export-column-headers)
row-headers (export-row-headers)
spacers (export-spacers)
Expand Down

0 comments on commit 19041b9

Please sign in to comment.