mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-17 06:05:29 +01:00
This commit is contained in:
parent
d89457eae6
commit
4b66872eb0
1 changed files with 2 additions and 1 deletions
|
|
@ -752,7 +752,8 @@ export const dragFillCellsValue = (protyle: IProtyle, nodeElement: HTMLElement,
|
|||
if (["rollup", "template", "created", "updated"].includes(item.type)) {
|
||||
return;
|
||||
}
|
||||
const data = originData[originKeys[index % originKeys.length]][cellIndex];
|
||||
// https://ld246.com/article/1707975507571 数据库下拉填充数据后异常
|
||||
const data = JSON.parse(JSON.stringify(originData[originKeys[index % originKeys.length]][cellIndex]));
|
||||
data.id = item.id;
|
||||
const keyID = item.colId;
|
||||
if (data.type === "block") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue