updated note menu with current shortcuts

This commit is contained in:
zadam
2019-11-23 22:56:35 +01:00
parent 92cb723d0c
commit 0cde7ede24
16 changed files with 259 additions and 204 deletions

View File

@@ -729,7 +729,7 @@ class Note extends Entity {
WHERE noteId = ? AND
isDeleted = 0 AND
type = 'relation' AND
name IN ('internal-link', 'image-link', 'relation-map-link')`, [this.noteId]);
name IN ('internalLink', 'imageLink', 'relationMapLink')`, [this.noteId]);
}
/**