mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-27 06:21:18 -07:00
Handle click to close, close animation timing
This commit is contained in:
+1
-1
@@ -209,7 +209,7 @@ function Home({ initialSettings }) {
|
||||
document.addEventListener('keydown', handleKeyDown);
|
||||
|
||||
return function cleanup() {
|
||||
document.removeEventListener('keydown', handleKeyDown);
|
||||
document.removeEventListener('keydown', handleKeyDown);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user