Double click to edit note
This commit is contained in:
parent
393c5c3c7a
commit
cabdb09b5e
|
@ -43,7 +43,12 @@
|
||||||
<NoteTags {note} {noteTags} bind:this={tagsComponent} />
|
<NoteTags {note} {noteTags} bind:this={tagsComponent} />
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div class="note-card__body" class:note-card__body--editing={$editing}>
|
<div
|
||||||
|
role="application"
|
||||||
|
class="note-card__body"
|
||||||
|
class:note-card__body--editing={$editing}
|
||||||
|
on:dblclick={noteEditorStore.startEditing}
|
||||||
|
>
|
||||||
<NoteContent {note} {noteEditorStore} />
|
<NoteContent {note} {noteEditorStore} />
|
||||||
</div>
|
</div>
|
||||||
<footer class="note-card__footer">
|
<footer class="note-card__footer">
|
||||||
|
|
Loading…
Reference in New Issue