fix g t hotkey not working
This commit is contained in:
parent
5300354848
commit
e31ed61af3
1 changed files with 2 additions and 2 deletions
|
@ -960,8 +960,8 @@ function hotkey_handler(e) {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (keycode == 84 && shift_key) { // T
|
||||
toggleTags();
|
||||
if (keycode == 84) { // t
|
||||
displayDlg("printTagCloud");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue