mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
chore: remove console log from copy link
button
This commit is contained in:
parent
b7e9f3ec34
commit
753cd0499d
@ -126,6 +126,5 @@ export function initClipboard() {
|
|||||||
btnCopyLink.on('mouseleave', function (e) {
|
btnCopyLink.on('mouseleave', function (e) {
|
||||||
const target = $(e.target);
|
const target = $(e.target);
|
||||||
target.tooltip('hide');
|
target.tooltip('hide');
|
||||||
console.log('mouse leave...');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user