mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-11 08:00:21 +00:00
[TS] Fix event type for executing listener (#3310)
This commit is contained in:
@@ -162,7 +162,7 @@ export class ComfyApp {
|
||||
/**
|
||||
* @deprecated Use useExecutionStore().executingNodeId instead
|
||||
*/
|
||||
get runningNodeId(): string | null {
|
||||
get runningNodeId(): NodeId | null {
|
||||
return useExecutionStore().executingNodeId
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user