mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Fix mouse clicks being swallowed by new menu (#6103)
Moves around pointer events styling so that mouse events near the top and side bar don't get swallowed. Resolves #6102 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6103-Fix-mouse-clicks-being-swallowed-by-new-menu-28f6d73d3650819aa4a1dc1eacfd3adb) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
ref="breadcrumbRef"
|
||||
class="w-fit rounded-lg p-0"
|
||||
:model="items"
|
||||
:pt="{ item: { class: 'pointer-events-auto' } }"
|
||||
aria-label="Graph navigation"
|
||||
>
|
||||
<template #item="{ item }">
|
||||
|
||||
Reference in New Issue
Block a user