mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
when hovering over a note, outgoing and incoming connections are highlighted, set limit 3 seconds to the layout
This commit is contained in:
@@ -37,7 +37,7 @@ async function getLinkMap(req) {
|
||||
// no new note discovered, no need to search any further
|
||||
break;
|
||||
}
|
||||
console.log(newNoteIds.size, maxNotes);
|
||||
|
||||
if (newNoteIds.size > maxNotes) {
|
||||
// too many notes to display
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user