Skip to content

Commit

Permalink
fixed modal dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-aryan committed Apr 28, 2024
1 parent 600a41e commit f7b9004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/goal setting tile/GoalSettingTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function goalSettingTile(userPrefs: UserPrefs, forceUpdate: () =>

return <>

<div className={"card-header w-100 fw-bold"}>
<div className={"card-header w-100 fw-bold"} onPointerDown={showInfoModal ? stopDragging : undefined}>
Goals
<MoreInfo show={showInfoModal} closeModal={onInfoModalClose}/>
<div>
Expand Down

0 comments on commit f7b9004

Please sign in to comment.