mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-09 09:30:06 +00:00
Don't draw badges when zoomed out (#192)
This commit is contained in:
@@ -4376,7 +4376,10 @@ export class LGraphCanvas {
|
||||
node.is_selected,
|
||||
node.mouseOver
|
||||
);
|
||||
node.drawBadges(ctx);
|
||||
|
||||
if (!low_quality) {
|
||||
node.drawBadges(ctx);
|
||||
}
|
||||
|
||||
ctx.shadowColor = "transparent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user