Allow focusing of elements inside notes/posts

This commit is contained in:
Freeplay 2023-02-12 20:59:11 -05:00
parent 6550940625
commit b818e97c67
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ const keymap = {
'r': () => reply(true),
'e|a|plus': () => react(true),
'q': () => renoteButton.value.renote(true),
'up|k|shift+tab': focusBefore,
'down|j|tab': focusAfter,
'up|k': focusBefore,
'down|j': focusAfter,
'esc': blur,
'm|o': () => menu(true),
's': () => showContent.value !== showContent.value,