Skip to content

Commit 4e04312

Browse files
committed
Fix compatibility with latest comfy
1 parent a53ef9b commit 4e04312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/js/betterCombos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ app.registerExtension({
283283
const onAdded = nodeType.prototype.onAdded;
284284
nodeType.prototype.onAdded = function () {
285285
onAdded?.apply(this, arguments);
286-
const { widget: exampleList } = ComfyWidgets["COMBO"](this, "example", [[""]], app);
286+
const { widget: exampleList } = ComfyWidgets["COMBO"](this, "example", [[""], {}], app);
287287

288288
let exampleWidget;
289289

0 commit comments

Comments
 (0)