Merge branch 'hotfix/class-selection-menu' into develop

This commit is contained in:
Ramon Wenger 2021-11-01 10:03:21 +01:00
commit bfe31ee146
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div
data-cy="class-selection"
class="class-selection__selected-class selected-class"
@click="showPopover = !showPopover">
@click.stop="showPopover = !showPopover">
<current-class class="selected-class__text"/>
<chevron-down class="selected-class__dropdown-icon"/>
</div>