Stop class selection menu from immediatly closing again
This commit is contained in:
parent
19e04cee7b
commit
768e3f2e1d
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue