mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Don't scroll outer categories through inner categories.
This commit is contained in:
@@ -821,8 +821,9 @@ void StickersListFooter::scrollByWheelEvent(
|
||||
const auto index = v::get<IconId>(_selected).index;
|
||||
if (_icons[index].setId == AllEmojiSectionSetId()) {
|
||||
use(_subiconState);
|
||||
} else {
|
||||
use(_iconState);
|
||||
}
|
||||
use(_iconState);
|
||||
}
|
||||
|
||||
void StickersListFooter::clipCallback(
|
||||
|
||||
Reference in New Issue
Block a user