mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-13 07:56:14 +01:00
🚨
This commit is contained in:
parent
882883a9cc
commit
4ca684ca8a
4 changed files with 6 additions and 6 deletions
|
|
@ -59,7 +59,7 @@ const initMultiMenu = (selectItemElements: NodeListOf<Element>, app: App) => {
|
|||
click: () => {
|
||||
openSearchAV("", selectItemElements[0] as HTMLElement, (listItemElement) => {
|
||||
const avID = listItemElement.dataset.avId;
|
||||
const srcs: IOperationSrcs[] = []
|
||||
const srcs: IOperationSrcs[] = [];
|
||||
blockIDs.forEach(id => {
|
||||
srcs.push({
|
||||
id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue