Vanessa 2024-03-14 11:01:11 +08:00
parent c0a1e2420b
commit 22ec7796b5
4 changed files with 6 additions and 0 deletions

View file

@ -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