mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-28 01:44:07 +01:00
🎨 Keep the width when duplicating database table view field https://github.com/siyuan-note/siyuan/issues/11552
This commit is contained in:
parent
68585e21e3
commit
cb41abb7bd
5 changed files with 11 additions and 28 deletions
|
|
@ -36,8 +36,8 @@ export const duplicateCol = (options: {
|
|||
const blockId = options.blockElement.getAttribute("data-node-id");
|
||||
transaction(options.protyle, [{
|
||||
action: "duplicateAttrViewKey",
|
||||
keyID:newColData.id,
|
||||
nextID:options.colId,
|
||||
keyID: options.colId,
|
||||
nextID: newColData.id,
|
||||
avID: options.data.id,
|
||||
}, {
|
||||
action: "doUpdateUpdated",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue