mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
d519732c79
commit
f2c2a7592c
14 changed files with 203 additions and 94 deletions
|
|
@ -80,6 +80,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
avID,
|
||||
srcIDs,
|
||||
isDetached: true,
|
||||
blockID: blockElement.dataset.nodeId,
|
||||
}], [{
|
||||
action: "removeAttrViewBlock",
|
||||
srcIDs,
|
||||
|
|
@ -150,6 +151,7 @@ export const avClick = (protyle: IProtyle, event: MouseEvent & { target: HTMLEle
|
|||
previousID,
|
||||
srcIDs,
|
||||
isDetached: true,
|
||||
blockID: blockElement.dataset.nodeId,
|
||||
}], [{
|
||||
action: "removeAttrViewBlock",
|
||||
srcIDs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue