Vanessa 2025-08-12 00:59:39 +08:00
parent 62dbc08b9a
commit 9a9e3aaba3
3 changed files with 95 additions and 42 deletions

View file

@ -417,7 +417,7 @@ export const openMenuPanel = (options: {
const contents: IAVCellValue[] = [];
targetElement.parentElement.querySelectorAll(".fn__grab").forEach(item => {
const dateElement = item.nextElementSibling as HTMLElement;
blockIDs.push(dateElement.dataset.id);
blockIDs.push(dateElement.parentElement.dataset.rowId);
contents.push({
isDetached: !dateElement.style.color,
type: "block",