mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 10:00:08 +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