bitview: small fixes

This commit is contained in:
nym21
2025-08-30 12:11:15 +02:00
parent e106d30852
commit 5ba7ce5b7c
4 changed files with 19 additions and 17 deletions

View File

@@ -208,7 +208,7 @@ function createChartElement({
const activeResources = /** @type {Set<VecResource>} */ (new Set());
ichart.subscribeCrosshairMove(
utils.debounce(() => {
utils.throttle(() => {
activeResources.forEach((v) => {
v.fetch();
});