Vanessa 2023-12-31 00:09:47 +08:00
parent 8b064e44bd
commit 794a3cd476
4 changed files with 70 additions and 43 deletions

View file

@ -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;
}