mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 19:20:10 +00:00
lots of fixes, added support for selection rectangle, rearrange nodes, highlight links, copypaste with links and fixed several bugs
This commit is contained in:
@@ -184,6 +184,7 @@ Editor.prototype.addMiniWindow = function(w,h)
|
||||
var canvas = miniwindow.querySelector("canvas");
|
||||
|
||||
var graphcanvas = new LGraphCanvas(canvas, this.graph);
|
||||
graphcanvas.show_info = false;
|
||||
graphcanvas.background_image = "imgs/grid.png";
|
||||
graphcanvas.scale = 0.25;
|
||||
graphcanvas.allow_dragnodes = false;
|
||||
|
||||
Reference in New Issue
Block a user