Skip to content

Commit

Permalink
Removes radius sensitivity as it breaks clicks
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Oct 17, 2023
1 parent e6b3c96 commit 75c89e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webviews/apps/plus/timeline/chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ export class TimelineChart implements Disposable {
// hide: this.compact ? [...this._authorsByIndex.values()] : undefined,
padding: 10,
},
point: {
sensitivity: 'radius',
},
// point: {
// sensitivity: 'radius',
// },
resize: {
auto: false,
},
Expand Down

0 comments on commit 75c89e7

Please sign in to comment.