Vanessa 2023-12-08 22:54:18 +08:00
parent d5c029962e
commit 8051f03ccc
3 changed files with 66 additions and 20 deletions

View file

@ -574,7 +574,12 @@ export const openMenuPanel = (options: {
event.stopPropagation();
break;
} else if (type === "set-page-size") {
setPageSize(target, options.protyle, avID);
setPageSize({
target,
protyle: options.protyle,
avID,
nodeElement: options.blockElement
});
event.preventDefault();
event.stopPropagation();
break;