From fe6ab1c4a09acd175aed8484b164f9fc526c77a6 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Mon, 12 Dec 2022 15:16:35 +0000 Subject: [PATCH] remove todo --- packages/app/src/components/PostsList/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/app/src/components/PostsList/index.jsx b/packages/app/src/components/PostsList/index.jsx index b240aef3..0cfb076c 100755 --- a/packages/app/src/components/PostsList/index.jsx +++ b/packages/app/src/components/PostsList/index.jsx @@ -11,7 +11,7 @@ const LoadingComponent = () => { // FIXME: Im not sure why but, using will cause a memory leak of DOM Nodes when using IntersectionObserver //return - return

Loading more ...

+ return

Loading more ...

} const NoResultComponent = () => { @@ -31,7 +31,6 @@ export default class PostsLists extends React.Component { listRef = React.createRef() componentDidMount = async () => { - // TODO: register keybindings to handle directions key scrolling to posts (use app.shortcuts) window.app.shortcuts.register({ id: "postsFeed.scrollUp", key: "ArrowUp",