mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
8b064e44bd
commit
794a3cd476
4 changed files with 70 additions and 43 deletions
|
|
@ -517,7 +517,8 @@ export const openMenuPanel = (options: {
|
|||
menuElement,
|
||||
tabRect,
|
||||
avId: avID,
|
||||
protyle: options.protyle
|
||||
protyle: options.protyle,
|
||||
blockElement: options.blockElement
|
||||
});
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
|
@ -552,7 +553,8 @@ export const openMenuPanel = (options: {
|
|||
filter: item,
|
||||
protyle: options.protyle,
|
||||
data,
|
||||
target
|
||||
target,
|
||||
blockElement: options.blockElement
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue