Update comments

This commit is contained in:
Andrew Kingston 2024-07-17 10:39:56 +01:00
parent 62d43bc183
commit 1fd4b983e5
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -35,9 +35,8 @@ export const deriveStores = context => {
export const initialise = context => {
const { metadata, conditions, rows } = context
// Recompute all cell metadata if cell conditions change
// Recompute all metadata if conditions change
conditions.subscribe($conditions => {
// Build new metadata
let newMetadata = {}
if ($conditions?.length) {
for (let row of get(rows)) {