Fix app storage
This commit is contained in:
@@ -77,14 +77,6 @@ export default class ComfyApp {
|
||||
shiftDown: boolean = false;
|
||||
selectedGroupMoving: boolean = false;
|
||||
|
||||
private static _instance: ComfyApp;
|
||||
|
||||
static get instance(): ComfyApp {
|
||||
if (!ComfyApp._instance)
|
||||
ComfyApp._instance = new ComfyApp()
|
||||
return ComfyApp._instance
|
||||
}
|
||||
|
||||
private queueItems: QueueItem[] = [];
|
||||
private processingQueue: boolean = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user