This commit is contained in:
MathMan05 2025-04-07 14:42:45 -05:00
parent f342336b3c
commit f6e191824a

View file

@ -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();