Skip to content

Commit

Permalink
fix: small fix to don't scroll when clicking on card. gustavosizilio#1
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolgois committed Jun 11, 2024
1 parent 1b9b35e commit 6ded17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/board/BoardDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
animation="150"
group="lists"
item-key="order"
class="flex items-start item"
class="flex items-start "
@end="state.sortLists"
>
<template #item="{ element }">
Expand Down

0 comments on commit 6ded17c

Please sign in to comment.