mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
improved note list pager for many pages
This commit is contained in:
@@ -13,7 +13,7 @@ class Attribute {
|
||||
/** @param {string} */
|
||||
this.type = row.type;
|
||||
/** @param {string} */
|
||||
this.name = row.name.toLowerCase();
|
||||
this.name = row.name;
|
||||
/** @param {int} */
|
||||
this.position = row.position;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user