Skip to content

Commit 1746fa0

Browse files
committed
Update ZoomTrack.tsx
1 parent 77215df commit 1746fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/desktop/src/routes/editor/Timeline/ZoomTrack.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ export function ZoomTrack(props: {
150150
return;
151151
}
152152

153+
if (e.button !== 0) return;
154+
153155
createRoot((dispose) => {
154156
const startTime = hoveredTime();
155157
if (startTime === undefined) {

0 commit comments

Comments
 (0)