chore: remove console log from copy link
button
This commit is contained in:
parent
b7e9f3ec34
commit
753cd0499d
1 changed files with 0 additions and 1 deletions
|
@ -126,6 +126,5 @@ export function initClipboard() {
|
|||
btnCopyLink.on('mouseleave', function (e) {
|
||||
const target = $(e.target);
|
||||
target.tooltip('hide');
|
||||
console.log('mouse leave...');
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue