Some dimensions were not set on page load

This commit is contained in:
Misode
2022-05-09 02:38:39 +02:00
parent e63b4839dc
commit 2593172855
4 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ export function Generator({}: Props) {
ignoreChange.current = true
model.reset(DataModel.wrapLists(data), false)
}
Analytics.setGenerator(gen.id)
Analytics.setGenerator(gen.id, version)
return { model, blockStates }
}, [gen.id, version, sharedSnippetId, currentPreset])