mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
e014b02478
commit
ee92809ef0
6 changed files with 24 additions and 11 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue