Skip to content
Snippets Groups Projects
Commit 073ef3ad authored by Isaac Evavold's avatar Isaac Evavold
Browse files

re-add clicking note to open edit dialog

This had gotten lost in the shuffle to ngrx-based note loading
parent 318a064d
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
(cdkDropListDropped)="drop($event)"> (cdkDropListDropped)="drop($event)">
<ng-container *ngIf="term.note as note"> <ng-container *ngIf="term.note as note">
<div class="note-item"> <div class="note-item" (click)="openNotesDialog()">
<p class="semi-bold">Note</p> <p class="semi-bold">Note</p>
<p class="note-excerpt">{{ note.note }}</p> <p class="note-excerpt">{{ note.note }}</p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment