mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
individual panes of attribute list are now opened correctly
This commit is contained in:
@@ -41,14 +41,14 @@ class Attribute extends Entity {
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {Promise<Note|null>}
|
||||
* @returns {Note|null}
|
||||
*/
|
||||
getNote() {
|
||||
return this.repository.getNote(this.noteId);
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {Promise<Note|null>}
|
||||
* @returns {Note|null}
|
||||
*/
|
||||
getTargetNote() {
|
||||
if (this.type !== 'relation') {
|
||||
|
||||
Reference in New Issue
Block a user