Skip to content

Commit a5966a5

Browse files
committed
Remove analytic for deleting
1 parent f212746 commit a5966a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/common/src/utils/analytics.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ const isAllowedEvent = (eventName, secondArg) => {
124124
if (secondArg.id.startsWith('cursor')) {
125125
return false;
126126
}
127+
if (secondArg.id === 'deleteLeft') {
128+
return false;
129+
}
127130
}
128131
return true;
129132
} catch (e) {

0 commit comments

Comments
 (0)