fix: keep a shortcut recording from firing the action already bound to the chord (#30160)

This commit is contained in:
G30
2026-09-19 10:00:18 -05:00
committed by GitHub
parent 2af297bfcd
commit d16fad585d
@@ -101,7 +101,7 @@
};
</script>
<svelte:window on:keydown={handleRecordingKeydown} />
<svelte:window on:keydown|capture={handleRecordingKeydown} />
<div id="tab-shortcuts" class="flex h-full flex-col text-sm">
<div class="mb-4 flex items-center justify-between">