Skip to content

Commit

Permalink
Added url getter
Browse files Browse the repository at this point in the history
  • Loading branch information
PoltoS committed Feb 24, 2024
1 parent 5162735 commit cb31271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
i18n-matTooltip
matTooltip="Edit code online and upload"
><mat-icon>edit</mat-icon></button>
<!--
<button
mat-icon-button
i18n-matTooltip
Expand All @@ -49,7 +48,6 @@
>
<mat-icon>share</mat-icon>
</button>
-->
</mat-panel-description>

</mat-expansion-panel-header>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ ${
localStorage.setItem('zunoCode', code);
location.href = '/editor/';
}

public get url(): string {
return window.location.href;
}
}

function makeLinear(linear: LinearValues<Action> | null): string {
Expand Down

0 comments on commit cb31271

Please sign in to comment.