Vanessa 2023-07-13 11:06:39 +08:00
parent 5939add4a1
commit bee5ff9d4f
4 changed files with 18 additions and 12 deletions

View file

@ -484,7 +484,7 @@ export const openMenuPanel = (protyle: IProtyle,
event.stopPropagation();
break;
} else if (type === "removeSelectCell") {
removeSelectCell(protyle, data.view, options, target.parentElement);
removeSelectCell(protyle, data, options, target.parentElement);
event.stopPropagation();
break;
}