Skip to content

Commit

Permalink
fix: 属性面板无法打开数据库浮窗
Browse files Browse the repository at this point in the history
fix #13926
  • Loading branch information
TCOTC committed Jan 31, 2025
1 parent 63ef661 commit a8e7f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/block/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a8e7f9a

Please sign in to comment.