Skip to content

Commit

Permalink
fix: activate selected user
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Oct 31, 2020
1 parent 517f30c commit ff1e98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/windows/main/pages/UserPageUserList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
v-for="user in users"
:key="user.id"
v-draggable-card
:value="user.id === userId"
sub-group
class="draggable-card"
@dragstart="$emit('dragstart', $event)"
Expand Down

0 comments on commit ff1e98e

Please sign in to comment.