Skip to content

Commit 1068d1b

Browse files
christian-byrnewebfilteredgithub-actions
authored
Remove unused Litegraph context menu options (#4867) (#4998)
Co-authored-by: filtered <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 6904029 commit 1068d1b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/lib/litegraph/src/LGraphCanvas.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8060,18 +8060,6 @@ export class LGraphCanvas
80608060
options = node.getMenuOptions(this)
80618061
} else {
80628062
options = [
8063-
{
8064-
content: 'Inputs',
8065-
has_submenu: true,
8066-
disabled: true
8067-
},
8068-
{
8069-
content: 'Outputs',
8070-
has_submenu: true,
8071-
disabled: true,
8072-
callback: LGraphCanvas.showMenuNodeOptionalOutputs
8073-
},
8074-
null,
80758063
{
80768064
content: 'Convert to Subgraph 🆕',
80778065
callback: () => {

0 commit comments

Comments
 (0)