Skip to content

Commit

Permalink
fix: clipboad selector
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 14, 2024
1 parent bac6a73 commit c967ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable-toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<a actions="import" array="users">
<i src="../assets/svg/file-upload.svg"></i>
</a>
<a actions="copy" copy-selector="tbody">
<a actions="clipboard" clipboard-selector="document; table">
<i src="../assets/svg/copy.svg"></i>
</a>
<a actions="print" print-closest="document; table">
Expand Down

0 comments on commit c967ca4

Please # to comment.