fixes
This commit is contained in:
@@ -1130,10 +1130,8 @@ func (s *PurchaseOptionalDetails) renderParamChannels(b *bot.Bot, mode bot.Rende
|
||||
}
|
||||
start, end := ui2.GetPageBounds(s.ParamPage, perPage, total)
|
||||
|
||||
// Устанавливаем режим по умолчанию
|
||||
if s.ChannelEditMode == "" {
|
||||
s.ChannelEditMode = "edit"
|
||||
}
|
||||
// Всегда сбрасываем на редактирование при входе
|
||||
s.ChannelEditMode = "edit"
|
||||
|
||||
var rows [][]echotron.InlineKeyboardButton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user