Fix close keyboard shortcuts dialog using the keyboard shortcut

This commit is contained in:
Lars Greiss 2018-05-07 19:31:29 +00:00 committed by Annabel Gray
parent 5d95fa66cd
commit a8e448f583
2 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,7 @@ export default class Shortcuts {
if ($modal.length) {
$modal.modal('toggle');
return null;
}
return axios.get(gon.shortcuts_path, {

View File

@ -0,0 +1,5 @@
---
title: Fix close keyboard shortcuts dialog using the keyboard shortcut
merge_request: 18783
author: Lars Greiss
type: fixed