style: Missing semicolon
This commit is contained in:
parent
c2ad767887
commit
4df6c05a5b
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ frappe.ui.keys.bind_shortcut_group_event = () => {
|
|||
$(document).on('mousemove', () => {
|
||||
unhighlight_alt_shortcuts();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
function get_shortcut_for_key(key) {
|
||||
// Get the shortcut for combination of alt+key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue