mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 10:16:10 +01:00
🚨
This commit is contained in:
parent
cade0853ae
commit
10aa62ba87
2 changed files with 12 additions and 12 deletions
|
|
@ -278,7 +278,7 @@ export const showPopover = async (app: App, showRef = false) => {
|
|||
// 编辑器中的引用数
|
||||
targetId = popoverTargetElement.parentElement.parentElement.getAttribute("data-node-id");
|
||||
} else if (popoverTargetElement.classList.contains("pdf__rect")) {
|
||||
const relationIds = popoverTargetElement.getAttribute("data-relations")
|
||||
const relationIds = popoverTargetElement.getAttribute("data-relations");
|
||||
if (relationIds) {
|
||||
ids = relationIds.split(",");
|
||||
url = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue