diff --git a/src/webviews/apps/plus/timeline/chart.ts b/src/webviews/apps/plus/timeline/chart.ts
index 3f5195e..6e23bd3 100644
--- a/src/webviews/apps/plus/timeline/chart.ts
+++ b/src/webviews/apps/plus/timeline/chart.ts
@@ -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,
 			},