mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-21 02:34:30 +08:00
Update point_editor.js
This commit is contained in:
parent
855aef479f
commit
e549bd91bc
@ -194,7 +194,11 @@ app.registerExtension({
|
|||||||
element.appendChild(this.pointsEditor.parentEl);
|
element.appendChild(this.pointsEditor.parentEl);
|
||||||
|
|
||||||
chainCallback(this, "onConfigure", function () {
|
chainCallback(this, "onConfigure", function () {
|
||||||
|
try {
|
||||||
this.editor = new PointsEditor(this);
|
this.editor = new PointsEditor(this);
|
||||||
|
} catch (error) {
|
||||||
|
console.error("An error occurred while configuring the editor:", error);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
chainCallback(this, "onExecuted", function (message) {
|
chainCallback(this, "onExecuted", function (message) {
|
||||||
let bg_image = message["bg_image"];
|
let bg_image = message["bg_image"];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user