Fix d bookmark keyboard shortcut (#3285)

This commit is contained in:
Claire
2025-11-18 18:31:05 +01:00
parent 0bb7711225
commit 9b91852f93

View File

@@ -105,6 +105,7 @@ const hotkeyMatcherMap = {
reply: just('r'),
favourite: just('f'),
boost: just('b'),
bookmark: just('d'),
quote: just('q'),
mention: just('m'),
open: any('enter', 'o'),