mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
refactor: Refactor online document and online drive components to handle credential changes
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