mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 07:54:18 +08:00
ignore base64-zip-line clipboard event
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user