initial implementation, copy from pr #1820 + migration + comments

This commit is contained in:
Tristan Sommer
2024-12-09 15:20:30 +01:00
parent 0b91d53c9f
commit 44482e017a
14 changed files with 469 additions and 265 deletions

View File

@@ -1706,7 +1706,7 @@ export class ComfyApp {
await this.#loadExtensions()
this.#addProcessMouseHandler()
this.#addProcessKeyHandler()
//this.#addProcessKeyHandler() //removes another key handler
this.#addConfigureHandler()
this.#addApiUpdateHandlers()
this.#addRestoreWorkflowView()