Skip to content

Duplicated Context menu entries #519

@BasicsBasic

Description

@BasicsBasic
Image

Version:
ComfyUI 0.10.0 (Portable version)
ComfyUI_frontend v1.36.14
rgthree-comfy v1.0.2512112053
Python Version 3.13.9 (tags/v3.13.9:8183fa5, Oct 14 2025, 14:09:13) [MSC v.1944 64 bit (AMD64)] (embedded)

So the problem is obvious, I can see duplicated some default elements from right click menu, even when I have comfyui-custom-scripts extension only.

I also found that the same issue happens when I enable either one of Pysssss.Workflowimage, Pysssss.Nodefinder or Pysssss.Grapharrange extension.

This happens in other extension too (rgthree-comfy) but it's independent (rgthree/rgthree-comfy#675) so I think some same codes might cause same issue?
(Like
LGraphCanvas.prototype.getCanvasMenuOptions; LGraphCanvas.prototype.getCanvasMenuOptions = function () { const options = orig.apply(this, arguments);
part)

They're still fully working but somewhat irritating to see... How I can remove them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions