Revert accidental changes

This commit is contained in:
huchenlei
2024-09-27 10:29:27 +09:00
committed by Chenlei Hu
parent 0652de8e66
commit 96f62f8f93
2 changed files with 2 additions and 3 deletions

View File

@@ -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;

View File

@@ -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