mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
c0a1e2420b
commit
22ec7796b5
4 changed files with 6 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
transaction(protyle, [{
|
||||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcIDs: sourceIds,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.nodeId
|
||||
|
|
@ -348,6 +349,7 @@ const editKeydown = (app: App, event: KeyboardEvent) => {
|
|||
transaction(protyle, [{
|
||||
action: "insertAttrViewBlock",
|
||||
avID,
|
||||
ignoreFillFilter: true,
|
||||
srcIDs: sourceIds,
|
||||
isDetached: false,
|
||||
blockID: listItemElement.dataset.blockId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue