mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-27 01:40:33 -04:00
fix: keep a shortcut recording from firing the action already bound to the chord (#30160)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user