Vanessa 2024-10-27 16:49:05 +08:00
parent e014b02478
commit ee92809ef0
6 changed files with 24 additions and 11 deletions

View file

@ -707,7 +707,7 @@ export const openMenuPanel = (options: {
const rect = target.getBoundingClientRect();
openEmojiPanel("", "av", {
x: rect.left,
y: rect.bottom,
y: rect.bottom + 4,
h: rect.height,
w: rect.width
}, (unicode) => {
@ -772,7 +772,7 @@ export const openMenuPanel = (options: {
const rect = target.getBoundingClientRect();
openEmojiPanel("", "av", {
x: rect.left,
y: rect.bottom,
y: rect.bottom + 4,
h: rect.height,
w: rect.width
}, (unicode) => {