[Style] Fix pointer events on graph canvas panel content (#2534)

This commit is contained in:
Chenlei Hu
2025-02-12 14:11:54 -05:00
committed by GitHub
parent 2cb9d4dd1c
commit 9082903956
2 changed files with 2 additions and 3 deletions

View File

@@ -14,8 +14,9 @@
<template #graph-canvas-panel>
<SecondRowWorkflowTabs
v-if="workflowTabsPosition === 'Topbar (2nd-row)'"
class="pointer-events-auto"
/>
<GraphCanvasMenu v-if="canvasMenuEnabled" />
<GraphCanvasMenu v-if="canvasMenuEnabled" class="pointer-events-auto" />
</template>
</LiteGraphCanvasSplitterOverlay>
<TitleEditor />

View File

@@ -75,8 +75,6 @@ const getTabTooltipSuffix = (tab: SidebarTabExtension) => {
flex-direction: column;
align-items: center;
pointer-events: auto;
width: var(--sidebar-width);
height: 100%;