mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* improved delta logic in graph.js fixes a bug that was due to using object.splice inside a forEach loop (sometimes stackoverflow is wrong - removing the element inside the loop will actually reduce the iterations and not all elements in the array will be visited!) * various fixes to live update of workspace model + tests * added tab size option in settings.json