Fix node search (#23795)

This commit is contained in:
GuanMu
2025-08-12 14:48:35 +08:00
committed by GitHub
parent a09935d9b9
commit de0dae9d9b
2 changed files with 27 additions and 2 deletions

View File

@@ -218,7 +218,6 @@ export const useShortcuts = (): void => {
useKeyPress(
'shift',
(e) => {
console.log('Shift down', e)
if (shouldHandleShortcut(e))
dimOtherNodes()
},