diff --git a/src/components/BreakoutRoomsEditor/SelectableParticipant.vue b/src/components/BreakoutRoomsEditor/SelectableParticipant.vue index 9667ecd7b55..d00a4e21906 100644 --- a/src/components/BreakoutRoomsEditor/SelectableParticipant.vue +++ b/src/components/BreakoutRoomsEditor/SelectableParticipant.vue @@ -10,7 +10,7 @@ :aria-label="participantAriaLabel" type="checkbox" class="selectable-participant__checkbox" - @keydown.enter="handleEnter"> + @keydown.enter.stop.prevent="handleEnter">