This commit is contained in:
Artem Tsyrulnikov
2026-02-28 13:27:49 +03:00
parent 4518544521
commit 8c6339c4d9
3 changed files with 15 additions and 34 deletions

View File

@@ -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