This commit is contained in:
Vanessa 2024-02-09 16:02:21 +08:00
parent cade0853ae
commit 10aa62ba87
2 changed files with 12 additions and 12 deletions

View file

@ -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 = "";