add extra padding to try to figure out what category we are in
This commit is contained in:
parent
5480889848
commit
e4602b65f8
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class EmojiPicker extends HookConsumerWidget {
|
||||||
.localToGlobal(Offset.zero, ancestor: viewport)
|
.localToGlobal(Offset.zero, ancestor: viewport)
|
||||||
.dy;
|
.dy;
|
||||||
|
|
||||||
return top <= 1;
|
return top <= 20;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (selectedIndex != selectedCategory.value) {
|
if (selectedIndex != selectedCategory.value) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue