Skip to content

Commit

Permalink
fix: disable dragging for navigation links (#387)
Browse files Browse the repository at this point in the history
Co-authored-by: = <=>
  • Loading branch information
ziadevcom committed May 22, 2023
1 parent 3fc1493 commit a5b147f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const Navigation: React.FC<Props> = ({ timerType }) => {
exact={exact}
to={path}
type={timerType}
draggable="false"
replace
>
<SVG name={icon} />
Expand Down

0 comments on commit a5b147f

Please sign in to comment.