mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
2a201e8bab
commit
6bc95e9f09
2 changed files with 5 additions and 4 deletions
|
|
@ -227,7 +227,7 @@ export const showPopover = async () => {
|
|||
return true;
|
||||
}
|
||||
});
|
||||
if (!hasPin &&
|
||||
if (!hasPin && popoverTargetElement.parentElement &&
|
||||
popoverTargetElement.parentElement.style.opacity !== "0.1" // 反向面板图标拖拽时不应该弹层
|
||||
) {
|
||||
window.siyuan.blockPanels.push(new BlockPanel({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue