fix: ope, wrong function
This commit is contained in:
@ -662,7 +662,7 @@ export const ProjectExplorer = ({
|
||||
document.removeEventListener('click', handleClickOutside)
|
||||
document.removeEventListener('keydown', keyDownHandler)
|
||||
fileExplorerContainer.current?.removeEventListener('focus', handleFocus)
|
||||
fileExplorerContainer.current?.addEventListener('blur', handleBlur)
|
||||
fileExplorerContainer.current?.removeEventListener('blur', handleBlur)
|
||||
}
|
||||
}, [])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user