fix up Plausible events

This commit is contained in:
Abi Raja 2024-09-16 15:51:45 +02:00
parent 76188a7465
commit d7666fe5ae

View File

@ -256,6 +256,7 @@ function App({ navbarComponent }: Props) {
},
// On complete
() => {
addEvent("CreateSuccessful");
setAppState(AppState.CODE_READY);
}
);
@ -340,6 +341,7 @@ function App({ navbarComponent }: Props) {
? await takeScreenshot()
: undefined;
addEvent("Edit");
doGenerateCode({
generationType: "update",
inputMode,