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