mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
fix: 属性面板无法打开数据库浮窗 (#13982)
fix https://github.com/siyuan-note/siyuan/issues/13926
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user