We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920321b commit 2646714Copy full SHA for 2646714
2 files changed
bizyui/js/handle_node_configure.js
@@ -9,10 +9,10 @@ app.registerExtension({
9
// 只有model选择的widget才注册callback函数
10
// 不仅仅是切换model才会修改模型定价,比如切换输入参数也会修改模型定价
11
node.widgets.forEach((widget) => {
12
- widget.callback = async function () {
13
- // 用户手动修改widget时,强制刷新badge(不使用缓存的模型类型)
14
- await applyBadgeToNode(node, true);
15
- };
+ // widget.callback = async function () {
+ // // 用户手动修改widget时,强制刷新badge(不使用缓存的模型类型)
+ // await applyBadgeToNode(node, true);
+ // };
16
});
17
}
18
},
version.txt
@@ -1 +1 @@
1
-1.2.85
+1.2.86
0 commit comments