mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 03:18:48 +01:00
fix: 属性面板无法打开数据库浮窗 (#13982)
fix https://github.com/siyuan-note/siyuan/issues/13926
This commit is contained in:
parent
923b8c7e37
commit
12842e50d6
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ export const showPopover = async (app: App, showRef = false) => {
|
|||
if (!popoverTargetElement || window.siyuan.menus.menu.data?.isSameNode(popoverTargetElement)) {
|
||||
return;
|
||||
}
|
||||
let refDefs: IRefDefs[];
|
||||
let refDefs: IRefDefs[] = [];
|
||||
let originalRefBlockIDs: IObject;
|
||||
const dataId = popoverTargetElement.getAttribute("data-id");
|
||||
if (dataId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue