Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 16, 2023
1 parent 5bc7f5f commit 0582ae5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@
displayMode="flat"
multi>

<mat-expansion-panel
[expanded]="isHyperlambdaFile()"
class="mat-elevation-z0">
<mat-expansion-panel class="mat-elevation-z0">

<mat-expansion-panel-header class="ps-0 pe-1">
<mat-panel-title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ import { ConfirmationDialogComponent } from 'src/app/_general/components/confirm
import { GeneralService } from 'src/app/_general/services/general.service';
import { IncompatibleFileDialogComponent } from '../incompatible-file-dialog/incompatible-file-dialog.component';
import { NewFileFolderDialogComponent } from '../new-file-folder-dialog/new-file-folder-dialog.component';
import { Macro, SelectMacroDialogComponent } from '../select-macro-dialog/select-macro-dialog.component';
import { FileNode } from '../../models/file-node.model';
import { FlatNode } from './models/flat-node.model';
import { MacroDefinition } from '../../models/macro-definition.model';
import { TreeNode } from './models/tree-node.model';
import { CodemirrorActionsService } from '../../../../../../_general/services/codemirror-actions.service';
import { FileService } from '../../../../../../_general/services/file.service';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { Model } from 'src/app/codemirror/codemirror-hyperlambda/codemirror-hype

// CodeMirror options.
import hyperlambda from 'src/app/codemirror/options/hyperlambda.json';
import { AiService } from 'src/app/_general/services/ai.service';

/**
* Hyperlambda Playground component, allowing user to execute arbitrary Hyperlambda, and/or
Expand Down Expand Up @@ -50,7 +49,6 @@ export class HyperlambdaPlaygroundComponent implements OnInit, OnDestroy {
private evaluatorService: EvaluatorService,
private generalService: GeneralService,
private dialog: MatDialog,
private aiService: AiService,
private codemirrorActionsService: CodemirrorActionsService) { }

ngOnInit() {
Expand Down

0 comments on commit 0582ae5

Please sign in to comment.