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