Merge branch 'patch-canvas-tabindex' of https://github.com/abbail/ComfyUI

main
comfyanonymous 2 years ago
commit 5b1efc70ec

@ -494,6 +494,7 @@ class ComfyApp {
// Create and mount the LiteGraph in the DOM
const canvasEl = (this.canvasEl = Object.assign(document.createElement("canvas"), { id: "graph-canvas" }));
canvasEl.tabIndex = "1"
document.body.prepend(canvasEl);
this.graph = new LGraph();

Loading…
Cancel
Save