after adding history reduce data to minimum separation

This commit is contained in:
2025-01-01 12:41:31 -05:00
parent af283805f0
commit ac2014d27d

View File

@@ -126,6 +126,7 @@ watch(
max.value = item_val;
}
}
memo.value.reduce_to_maximum_separation(props.minimum_separation || 0);
triggerRef(memo);
debounced_recompute();
} catch (e) {