gitlab-org--gitlab-foss/changelogs/unreleased/48798-keybinding-mr-diff.yml
Denys Mishunov 0aff8e2753 Set up basic keyboard next/previous navigation in diff list
Mousetrap is used as the help-tool to listen to keystrokes

Added currentDiffIndex getter to store that holds
the index of currently active diff file in the list

Instead of computing it on the component, we will take advantage of it
being available for all components in DiffsApp

Testing keyboard navigation and jumpToFile()
2019-02-27 09:12:13 +00:00

5 lines
No EOL
103 B
YAML

---
title: Next/previous navigation between files in MR review
merge_request: 25355
author:
type: added