Skip to content

Commit

Permalink
change Actions trigger to <button> when editing user
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier committed Feb 3, 2022
1 parent e167d7f commit 63e755e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/settings/src/components/UserList/UserRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@
</ActionButton>
</Actions>
<div v-click-outside="hideMenu" class="userPopoverMenuWrapper">
<div class="icon-more"
@click="toggleMenu" />
<button class="icon-more"
@click.prevent="toggleMenu" />
<div :class="{ 'open': openedMenu }" class="popovermenu">
<PopoverMenu :menu="userActions" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-users-351.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-users-351.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 63e755e

Please sign in to comment.