@@ -1409,3 +1409,17 @@ function hotkey_handler(e) {
}
}
functionmouse_handler(e){
try{
varr_mouse=false;
if(window.event){
r_mouse=window.event.button==2;
}elseif(e){
r_mouse=e.which==3;
}
}catch(e){
exception_error("mouse_handler",e);
}
}
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.