mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 23:22:33 +01:00
This commit is contained in:
parent
62dbc08b9a
commit
9a9e3aaba3
3 changed files with 95 additions and 42 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue