Skip to content

Commit

Permalink
🔧 bugfix back button
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Sep 24, 2022
1 parent 7af9db0 commit 25c3dc7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

| Angular Version | NPM Version |
|-----------------|-------------|
| 13.2.3 | 13.0.16 |
| 13.2.3 | 13.0.17 |
| < 13.0.0 | 0.0.77 |

## Reference
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "13.0.16",
"version": "13.0.17",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<path class="line bottom" d="m 70,67 h -40 c -6.5909,0 -7.763966,4.501509 -7.763966,7.511428 0,4.721448 3.376452,9.583771 13.876919,9.583771 14.786182,0 11.409257,-14.896182 9.596449,-21.970818 -1.812808,-7.074636 -15.709402,-12.124381 -15.709402,-12.124381"/>
</svg>
<span *ngIf="showBackButton"
backButton
navigationBackButton
class="d-flex justify-content-center align-items-center overflow-hidden color-gray-dark no-outline no-shadow cursor-pointer"
style="max-height: 20px"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ import {Location} from '@angular/common';
selector: '[navigationBackButton]'
})
export class NavigationBackClickDirective {
constructor(private location: Location) {
constructor(
private location: Location
) {
}

@HostListener('click')
Expand Down

1 comment on commit 25c3dc7

@vercel
Copy link

@vercel vercel bot commented on 25c3dc7 Sep 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.