Stop class selection menu from immediatly closing again
This commit is contained in:
parent
19e04cee7b
commit
768e3f2e1d
|
|
@ -5,7 +5,7 @@
|
||||||
<div
|
<div
|
||||||
data-cy="class-selection"
|
data-cy="class-selection"
|
||||||
class="class-selection__selected-class selected-class"
|
class="class-selection__selected-class selected-class"
|
||||||
@click="showPopover = !showPopover">
|
@click.stop="showPopover = !showPopover">
|
||||||
<current-class class="selected-class__text"/>
|
<current-class class="selected-class__text"/>
|
||||||
<chevron-down class="selected-class__dropdown-icon"/>
|
<chevron-down class="selected-class__dropdown-icon"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue