ignore base64-zip-line clipboard event
parent
de88f83a8a
commit
57406747e5
|
@ -601,9 +601,11 @@
|
||||||
position: 'bottom',
|
position: 'bottom',
|
||||||
});
|
});
|
||||||
|
|
||||||
gtag('event', key, {
|
if (key !== 'base64-zip-line') {
|
||||||
event_category: 'clipboard',
|
gtag('event', key, {
|
||||||
});
|
event_category: 'clipboard',
|
||||||
|
});
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.refreshHighlighting = function() {
|
$scope.refreshHighlighting = function() {
|
||||||
|
|
Loading…
Reference in New Issue