ignore base64-zip-line clipboard event

pull/103/head
Bálint Szekeres 2019-05-20 10:42:05 +02:00
parent de88f83a8a
commit 57406747e5
1 changed files with 5 additions and 3 deletions

View File

@ -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() {