remove the default scope (takes too much resources)

This commit is contained in:
2023-11-19 18:47:53 +01:00
parent 82b34e0d6b
commit 1fd9d514f9

View File

@ -187,17 +187,6 @@ export class Editor {
// Loading universe from URL (if needed) // Loading universe from URL (if needed)
loadUniverserFromUrl(this); loadUniverserFromUrl(this);
// this.setPeriodicSave(5000);
// ================================================================================
// Displaying a scope by default
// ================================================================================
this.api.scope({
enabled: true,
mode: "freqscope",
offsetY: 350, size: 1
} as OscilloscopeConfig)
} }
private getBuffer(type: string): any { private getBuffer(type: string): any {