mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
737839f6bb
commit
ecf7e4a561
5 changed files with 15 additions and 16 deletions
|
|
@ -897,7 +897,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
srcIDs: sourceIds,
|
||||
avID,
|
||||
}]);
|
||||
insertAttrViewBlockAnimation(blockElement, sourceIds, previousID);
|
||||
insertAttrViewBlockAnimation(protyle, blockElement, sourceIds, previousID);
|
||||
}
|
||||
}
|
||||
} else if (sourceElements.length > 0) {
|
||||
|
|
@ -957,7 +957,7 @@ export const dropEvent = (protyle: IProtyle, editorElement: HTMLElement) => {
|
|||
srcIDs: ids,
|
||||
avID,
|
||||
}]);
|
||||
insertAttrViewBlockAnimation(blockElement, ids, previousID);
|
||||
insertAttrViewBlockAnimation(protyle, blockElement, ids, previousID);
|
||||
}
|
||||
} else {
|
||||
for (let i = 0; i < ids.length; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue