remove todo

This commit is contained in:
SrGooglo 2022-12-12 15:16:35 +00:00
parent 01c66de980
commit fe6ab1c4a0

View File

@ -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",