mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 13:26:00 -04:00
fix quickpreview shortcut (#1747)
This commit is contained in:
@@ -127,7 +127,6 @@ export const QuickPreview = () => {
|
||||
|
||||
// Toggle quick preview
|
||||
useShortcut('toggleQuickPreview', (e) => {
|
||||
console.log(e.key);
|
||||
if (isRenaming) return;
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
@@ -50,7 +50,7 @@ const state = {
|
||||
},
|
||||
toggleQuickPreview: {
|
||||
keys: {
|
||||
all: ['space']
|
||||
all: [' ']
|
||||
}
|
||||
},
|
||||
toggleMetaData: {
|
||||
|
||||
Reference in New Issue
Block a user