mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-08 14:11:56 -07:00
heatmaps: part 20
This commit is contained in:
@@ -28,6 +28,7 @@ export function createHeatmapLoader({ addDateToGrid, rebuildGrid, paint }) {
|
||||
return pointsByDate.get(date);
|
||||
},
|
||||
reset() {
|
||||
abortController?.abort();
|
||||
pointsByDate = new Map();
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user