This commit is contained in:
Vanessa 2025-07-22 16:14:43 +08:00
parent bcc7a5fa03
commit 221abe81e6
3 changed files with 3 additions and 4 deletions

View file

@ -100,6 +100,6 @@ ${html}
</div>`;
};
export const bindGroupsEvent = (protyle: IProtyle, menuElement: HTMLElement, data: IAV, blockID: string) => {
export const bindGroupsEvent = () => {
};