bug fix
This commit is contained in:
parent
f9c31028ca
commit
21188f3ca9
|
@ -21,7 +21,7 @@
|
|||
<div class="flex flex-auto items-end -mt-16">
|
||||
<!-- Actions -->
|
||||
<div class="flex items-center ml-auto mb-1">
|
||||
<button mat-stroked-button (click)="toggleEditMode()">
|
||||
<button mat-stroked-button (click)="__modifyPopup()">
|
||||
<mat-icon
|
||||
class="icon-size-5"
|
||||
[svgIcon]="'heroicons_solid:pencil-alt'"
|
||||
|
|
|
@ -109,5 +109,8 @@ export class ViewComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
*
|
||||
* @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