mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-10 22:29:09 -07:00
bitview: small fixes
This commit is contained in:
@@ -208,7 +208,7 @@ function createChartElement({
|
||||
|
||||
const activeResources = /** @type {Set<VecResource>} */ (new Set());
|
||||
ichart.subscribeCrosshairMove(
|
||||
utils.debounce(() => {
|
||||
utils.throttle(() => {
|
||||
activeResources.forEach((v) => {
|
||||
v.fetch();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user