Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove unused Litegraph context menu options
The Inputs and Outputs menus have as far as I am aware, never worked.  They were completely disabled during the litegraph TypeScript strict update.

This simply removes them from the context menu.
  • Loading branch information
webfiltered committed Aug 9, 2025
commit 4942dbb664ad381a9e7a98a08c4a433ec2b6a932
12 changes: 0 additions & 12 deletions src/lib/litegraph/src/LGraphCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8067,18 +8067,6 @@ export class LGraphCanvas
options = node.getMenuOptions(this)
} else {
options = [
{
content: 'Inputs',
has_submenu: true,
disabled: true
},
{
content: 'Outputs',
has_submenu: true,
disabled: true,
callback: LGraphCanvas.showMenuNodeOptionalOutputs
},
null,
{
content: 'Convert to Subgraph 🆕',
callback: () => {
Expand Down
Loading