mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
set search note title correctly during creation
This commit is contained in:
@@ -681,7 +681,7 @@ class Note extends Entity {
|
||||
* Update's given relation's value or creates it if it doesn't exist
|
||||
*
|
||||
* @param {string} name - relation name
|
||||
* @param {string} [value] - relation value (noteId)
|
||||
* @param {string} value - relation value (noteId)
|
||||
*/
|
||||
setRelation(name, value) { return this.setAttribute(RELATION, name, value); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user