@@ -1306,7 +1306,13 @@ function hotkey_handler(e) {
toggleTags();
returnfalse;
}
}
/* Cmd */
if(hotkey_prefix==224||hotkey_prefix==91){// f
hotkey_prefix=false;
return;
}
if(hotkey_prefix){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.