mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
moved similar notes from sidebar to the center pane
This commit is contained in:
@@ -229,7 +229,7 @@ function findSimilarNotes(noteId) {
|
||||
|
||||
results.sort((a, b) => a.coeff > b.coeff ? -1 : 1);
|
||||
|
||||
return results.length > 50 ? results.slice(0, 50) : results;
|
||||
return results.length > 50 ? results.slice(0, 200) : results;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user