mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-25 09:37:05 +08:00
Fix Terminal Log node render
This commit is contained in:
parent
0c57379dfe
commit
f431ba3493
@ -9,11 +9,13 @@ app.registerExtension({
|
||||
name: "Comfy.Manager.Terminal",
|
||||
|
||||
registerCustomNodes() {
|
||||
class TerminalNode {
|
||||
class TerminalNode extends LiteGraph.LGraphNode {
|
||||
color = "#222222";
|
||||
bgcolor = "#000000";
|
||||
groupcolor = LGraphCanvas.node_colors.black.groupcolor;
|
||||
constructor() {
|
||||
super();
|
||||
this.title = "Terminal Log (Manager)";
|
||||
this.logs = [];
|
||||
|
||||
if (!this.properties) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user