aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/SnappingManager.ts
AgeCommit message (Collapse)Author
2020-10-12fixed computedFn()'s to be used correctly in several places. fixed major ↵bobzel
memory leak in PDFs
2020-10-10cached groups user is in for efficiency which avoids th whole screen ↵bobzel
redrawing when a group is added.
2020-10-10fixes to issues with updating interactively whe groups change. fixes for ↵bobzel
multiple rapid modifications to list field where values would be overwrriten when sever sendBack stale information. fixes to list.splice() where deleting nothing but adding something didn't result in an addToSet.
2020-05-04fixed links and snap lines broken by moving things into DragManager.Bob Zeleznik