when hovering over a note, outgoing and incoming connections are highlighted, set limit 3 seconds to the layout

This commit is contained in:
zadam
2019-08-28 22:16:12 +02:00
parent f331172c7d
commit ec06b940f4
4 changed files with 20 additions and 9 deletions

View File

@@ -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;