mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-02 19:00:15 +01:00
This commit is contained in:
parent
fe84fb6abf
commit
6a817cecf1
1 changed files with 1 additions and 1 deletions
|
|
@ -338,7 +338,7 @@ export const showPopover = async (app: App, showRef = false) => {
|
|||
let originalRefBlockIDs: IObject
|
||||
const dataId = popoverTargetElement.getAttribute("data-id");
|
||||
if (dataId) {
|
||||
// backlink/util/hint/正文标题 上的弹层
|
||||
// backlink/util/hint 上的弹层
|
||||
if (showRef) {
|
||||
const postResponse = await fetchSyncPost("/api/block/getRefIDs", {id: dataId});
|
||||
refDefs = postResponse.data.refDefs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue