mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Changed copy icon to a "href" link
- mouse hover changes the icon
This commit is contained in:
parent
7db1445d09
commit
6d3ecdea55
3 changed files with 3 additions and 3 deletions
|
|
@ -286,7 +286,7 @@ BlazeComponent.extendComponent({
|
|||
events() {
|
||||
return [
|
||||
{
|
||||
'click span.fa.fa-copy'(event) {
|
||||
'click a.fa.fa-copy'(event) {
|
||||
const $editor = this.$('textarea.editor');
|
||||
const promise = Utils.copyTextToClipboard($editor[0].value);
|
||||
if (promise) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue