We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378f6d4 commit 832714dCopy full SHA for 832714d
1 file changed
pcd-website/src/components/MapView.vue
@@ -414,6 +414,9 @@ onMounted(async () => {
414
insertAfter = el;
415
}
416
});
417
+ // Move focus to the first child marker so Tab continues from there
418
+ const firstChildEl = e.markers[0]?.getElement?.();
419
+ firstChildEl?.focus();
420
421
422
// Sliding window: pan just enough to keep focused markers in the safe zone
0 commit comments