bug fix
This commit is contained in:
parent
f9c31028ca
commit
21188f3ca9
|
@ -21,7 +21,7 @@
|
||||||
<div class="flex flex-auto items-end -mt-16">
|
<div class="flex flex-auto items-end -mt-16">
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex items-center ml-auto mb-1">
|
<div class="flex items-center ml-auto mb-1">
|
||||||
<button mat-stroked-button (click)="toggleEditMode()">
|
<button mat-stroked-button (click)="__modifyPopup()">
|
||||||
<mat-icon
|
<mat-icon
|
||||||
class="icon-size-5"
|
class="icon-size-5"
|
||||||
[svgIcon]="'heroicons_solid:pencil-alt'"
|
[svgIcon]="'heroicons_solid:pencil-alt'"
|
||||||
|
|
|
@ -109,5 +109,8 @@ export class ViewComponent implements OnInit, AfterViewInit, OnDestroy {
|
||||||
*
|
*
|
||||||
* @param editMode
|
* @param editMode
|
||||||
*/
|
*/
|
||||||
toggleEditMode(): void {}
|
__modifyPopup(): void {
|
||||||
|
let url: string = 'board/popup/redit/' + this.popup?.id;
|
||||||
|
this.router.navigateByUrl(url);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user