@@ -296,6 +296,9 @@ func (l *List) Selected() int {
}
func(l*List)SelectedID()int{
ifl.listItems==nil||len(l.listItems)==0{
return0
}
returnl.listItems[l.selected].Key
}
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.