fix bug
This commit is contained in:
parent
f342336b3c
commit
f6e191824a
1 changed files with 2 additions and 2 deletions
|
@ -2246,8 +2246,8 @@ class Localuser {
|
||||||
console.log(original);
|
console.log(original);
|
||||||
|
|
||||||
const emoji = await Emoji.emojiPicker(
|
const emoji = await Emoji.emojiPicker(
|
||||||
-10 + rect.left - window.screen.width,
|
-0 + rect.right - window.innerWidth,
|
||||||
-5 + rect.top - window.screen.height,
|
-20 + rect.top - window.innerHeight,
|
||||||
this,
|
this,
|
||||||
);
|
);
|
||||||
p();
|
p();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue