Skip to content

Commit

Permalink
Double click plan row to open plan
Browse files Browse the repository at this point in the history
  • Loading branch information
ivydeliz committed Oct 15, 2024
1 parent 90b9f25 commit e695175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/plans/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,7 @@
selectedItemId={selectedPlanId ?? null}
on:deleteItem={event => deletePlanContext(event, filteredPlans)}
on:rowClicked={({ detail }) => selectPlan(detail.data.id)}
on:rowDoubleClicked={showSelectedPlan}
/>
{:else}
No Plans Found
Expand Down

0 comments on commit e695175

Please sign in to comment.