fix(filelib-web): 卡片右键补 stopPropagation,不再被背景菜单覆盖(导致看不到删除等节点操作)

This commit is contained in:
ymy
2026-07-31 14:16:20 +08:00
parent 270275c367
commit d39ebed62e
+1 -1
View File
@@ -28,7 +28,7 @@
: 'hover:bg-hover'}" : 'hover:bg-hover'}"
onclick={onselect} onclick={onselect}
ondblclick={onopen} ondblclick={onopen}
oncontextmenu={(e) => { e.preventDefault(); oncontextmenu(e.clientX, e.clientY); }} oncontextmenu={(e) => { e.preventDefault(); e.stopPropagation(); oncontextmenu(e.clientX, e.clientY); }}
title={name} title={name}
> >
<span class="flex h-14 w-14 items-center justify-center"> <span class="flex h-14 w-14 items-center justify-center">