Skip to content

Commit

Permalink
Move to separated events for each format
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 20, 2023
1 parent 23c9cd0 commit d499153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stores/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ let unbind3dEvent = show3d.listen(tracker)
tracker(show3d.get())

outputFormat.listen(format => {
if (format !== 'hex/rgba') trackEvent(`Change output`, { props: { format } })
if (format !== 'hex/rgba') trackEvent(`Change format to ${format}`)
})

0 comments on commit d499153

Please sign in to comment.