Skip to content

Commit f3e6880

Browse files
simula-rJakeSchroeder
andauthored
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 <[email protected]>
1 parent 1749cfa commit f3e6880

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/assets/css/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,10 +970,9 @@ audio.comfy-audio.empty-audio-widget {
970970
border-radius: 0;
971971
contain: layout style;
972972
transition: none;
973-
974973
}
975974

976-
.isLOD .lg-node > * {
975+
.isLOD .lg-node-widgets {
977976
pointer-events: none;
978977
}
979978

0 commit comments

Comments
 (0)