remove the default scope (takes too much resources)
This commit is contained in:
11
src/main.ts
11
src/main.ts
@ -187,17 +187,6 @@ export class Editor {
|
||||
|
||||
// Loading universe from URL (if needed)
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user