Skip to content

Commit f279bf7

Browse files
author
Norbert
committed
fix: cvoverflowmenu bugfix
1 parent b06d067 commit f279bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CvOverflowMenu/CvOverflowMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function doFocus() {
233233
tryOn.disabled
234234
)
235235
) {
236-
focusOn = focusOnList[0].parentElement;
236+
focusOn = tryOn;
237237
break;
238238
}
239239
}

0 commit comments

Comments
 (0)