mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 15:10:06 +00:00
* link release pops up searchbox by default (#348) * link release pops up searchbox by default * Update browser test * Fix tests * Update test expectations [skip ci] --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -1875,7 +1875,6 @@ export class ComfyApp {
|
||||
this.canvas = new LGraphCanvas(canvasEl, this.graph)
|
||||
this.ctx = canvasEl.getContext('2d')
|
||||
|
||||
LiteGraph.release_link_on_empty_shows_menu = true
|
||||
LiteGraph.alt_drag_do_clone_nodes = true
|
||||
|
||||
this.graph.start()
|
||||
|
||||
Reference in New Issue
Block a user