Fix node search (#23795)
This commit is contained in:
@@ -218,7 +218,6 @@ export const useShortcuts = (): void => {
|
||||
useKeyPress(
|
||||
'shift',
|
||||
(e) => {
|
||||
console.log('Shift down', e)
|
||||
if (shouldHandleShortcut(e))
|
||||
dimOtherNodes()
|
||||
},
|
||||
|
Reference in New Issue
Block a user