@@ -1188,6 +1188,12 @@ function hotkey_handler(e) {
}
}
}
if(keycode==88){// x
if(activeFeedIsCat()){
toggleCollapseCat(getActiveFeedId());
}
}
}
/* Prefix f */
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.