mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 07:05:13 +00:00
Don't scroll outer categories through inner categories.
This commit is contained in:
@@ -821,9 +821,10 @@ void StickersListFooter::scrollByWheelEvent(
|
||||
const auto index = v::get<IconId>(_selected).index;
|
||||
if (_icons[index].setId == AllEmojiSectionSetId()) {
|
||||
use(_subiconState);
|
||||
}
|
||||
} else {
|
||||
use(_iconState);
|
||||
}
|
||||
}
|
||||
|
||||
void StickersListFooter::clipCallback(
|
||||
Media::Clip::Notification notification,
|
||||
|
Reference in New Issue
Block a user