mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 15:04:50 +08:00
Merge branch 'undoredo-fix-modifiers' of https://github.com/pythongosssss/ComfyUI
This commit is contained in:
@@ -884,6 +884,7 @@ export class GroupNodeHandler {
|
||||
const r = onDrawForeground?.apply?.(this, arguments);
|
||||
if (+app.runningNodeId === this.id && this.runningInternalNodeId !== null) {
|
||||
const n = groupData.nodes[this.runningInternalNodeId];
|
||||
if(!n) return;
|
||||
const message = `Running ${n.title || n.type} (${this.runningInternalNodeId}/${groupData.nodes.length})`;
|
||||
ctx.save();
|
||||
ctx.font = "12px sans-serif";
|
||||
|
Reference in New Issue
Block a user