chagne(ui): added dead click to frustrations
This commit is contained in:
parent
d69ccf2e02
commit
909f1c03e0
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ export default class Session {
|
|||
|
||||
const mixedEventsWithIssues = mergeEventLists(
|
||||
rawEvents,
|
||||
frustrationIssues
|
||||
frustrationIssues.filter(i => i.type !== issueTypes.DEAD_CLICK)
|
||||
)
|
||||
|
||||
this.events = events;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue