We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418ec4f commit 482bc84Copy full SHA for 482bc84
1 file changed
app/components/Package/VersionDistribution.vue
@@ -206,6 +206,7 @@ const xAxisLabels = computed(() => {
206
207
// Handle keyboard navigation for semver group toggle
208
function handleGroupingKeydown(event: KeyboardEvent) {
209
+ if (pending.value) return
210
if (event.key === 'Enter' || event.key === ' ') {
211
event.preventDefault()
212
// Toggle between major and minor
0 commit comments