mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Copied! Tooltip of card link showed also "Copied!" at the comments
This commit is contained in:
parent
7444c11c82
commit
5525247f52
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ BlazeComponent.extendComponent({
|
|||
event.preventDefault();
|
||||
const promise = Utils.copyTextToClipboard(event.target.href);
|
||||
|
||||
const $tooltip = this.$('.copied-tooltip');
|
||||
const $tooltip = this.$('.card-details-header .copied-tooltip');
|
||||
Utils.showCopied(promise, $tooltip);
|
||||
},
|
||||
'click .js-open-card-details-menu': Popup.open('cardDetailsActions'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue