Stop class selection menu from immediatly closing again

This commit is contained in:
Ramon Wenger 2021-11-01 09:55:02 +01:00
parent 19e04cee7b
commit 768e3f2e1d
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>