fix: better handle randomGeneration

This commit is contained in:
Max Richter
2025-12-01 22:54:11 +01:00
parent ca8b1e15ac
commit a1c926c3cf
2 changed files with 7 additions and 6 deletions

View File

@@ -69,7 +69,7 @@
{
key: "r",
description: "Regenerate the plant model",
callback: randomGenerate,
callback: () => randomGenerate(),
},
]);
let graphSettings = $state<Record<string, any>>({});