mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-08 20:34:35 +08:00
fix: 🐛 message
This commit is contained in:
parent
3c6bb87083
commit
f38b89ba7f
@ -32,7 +32,6 @@ let disablePrefix = app.ui.settings.getSettingValue("KJNodes.disablePrefix")
|
||||
const LGraphNode = LiteGraph.LGraphNode
|
||||
|
||||
function showAlert(message) {
|
||||
message = message || "Set node input undefined."
|
||||
app.extensionManager.toast.add({
|
||||
severity: 'warn',
|
||||
summary: "KJ Get/Set",
|
||||
@ -123,7 +122,7 @@ app.registerExtension({
|
||||
setColorAndBgColor.call(this, type);
|
||||
}
|
||||
} else {
|
||||
showAlert("missing link info")
|
||||
showAlert("node input undefined.")
|
||||
}
|
||||
}
|
||||
if (link_info && node.graph && slotType == 2 && isChangeConnect) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user