mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
fix: prevent pointer events on widgets when in LOD (#5762)
## Summary Prevent pointer events on widgets themselves when isLOD. Fixes: https://www.notion.so/comfy-org/LOD-state-allows-pointer-events-on-widgets-2786d73d3650800da600d7b52c66475a?source=copy_link ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5762-fix-prevent-pointer-events-on-widgets-when-in-LOD-2796d73d365081ac95d4ec27eda5027c) by [Unito](https://www.unito.io) --------- Co-authored-by: JakeSchroeder <jake@axiom.co>
This commit is contained in:
@@ -970,10 +970,9 @@ audio.comfy-audio.empty-audio-widget {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
contain: layout style;
|
contain: layout style;
|
||||||
transition: none;
|
transition: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.isLOD .lg-node > * {
|
.isLOD .lg-node-widgets {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user