Added filter input to combos

This commit is contained in:
pythongosssss
2023-04-02 19:03:34 +01:00
parent 940893f92c
commit 8a0a85e0fa
2 changed files with 67 additions and 1 deletions

View File

@@ -3,10 +3,10 @@ import { app } from "/scripts/app.js";
// Inverts the scrolling of context menus
const id = "Comfy.InvertMenuScrolling";
const ctxMenu = LiteGraph.ContextMenu;
app.registerExtension({
name: id,
init() {
const ctxMenu = LiteGraph.ContextMenu;
const replace = () => {
LiteGraph.ContextMenu = function (values, options) {
options = options || {};