mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 22:39:39 +00:00
Revert accidental changes
This commit is contained in:
@@ -1119,6 +1119,8 @@ export class LGraphCanvas {
|
||||
this.connecting_links = null;
|
||||
this.highlighted_links = {};
|
||||
|
||||
this.dragging_canvas = false;
|
||||
|
||||
this.dirty_canvas = true;
|
||||
this.dirty_bgcanvas = true;
|
||||
this.dirty_area = null;
|
||||
|
||||
@@ -164,9 +164,6 @@ export class LiteGraphGlobal {
|
||||
|
||||
// Whether to highlight the bounding box of selected groups
|
||||
highlight_selected_group = false
|
||||
LGraphGroup: any;
|
||||
ContextMenu: any;
|
||||
availableCanvasOptions: any;
|
||||
|
||||
constructor() {
|
||||
//timer that works everywhere
|
||||
|
||||
Reference in New Issue
Block a user