Rename "note not found" to "loading..."
This commit is contained in:
parent
6ef9c27234
commit
122c11bc96
2 changed files with 1 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ async function onInsertEditorCopy(): Promise<void> {
|
|||
{{ note.text }}
|
||||
</div>
|
||||
<div v-else-if="note" class="px-1 font-light italic">empty</div>
|
||||
<div v-else class="px-1 font-light italic">note not found</div>
|
||||
<div v-else class="px-1 font-light italic">loading...</div>
|
||||
|
||||
<!-- Controls -->
|
||||
<div v-show="!editing" class="absolute right-0 flex h-6 items-center gap-0.5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue