mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-03 22:17:36 -05:00
Corrige bug recherche dû au raccourci pour fermer un article
Corrige https://github.com/marienfressinaud/FreshRSS/issues/286
This commit is contained in:
@@ -326,6 +326,8 @@ function init_shortcuts() {
|
||||
});
|
||||
shortcut.add(shortcuts.collapse_entry, function () {
|
||||
collapse_entry();
|
||||
}, {
|
||||
'disable_in_input': true
|
||||
});
|
||||
|
||||
// Touches de navigation
|
||||
|
||||
Reference in New Issue
Block a user