refactor: Refactor online document and online drive components to handle credential changes

This commit is contained in:
twwu
2025-08-08 13:43:01 +08:00
parent 097a6fc1e0
commit 184c3c88b7
17 changed files with 220 additions and 232 deletions

View File

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