From 2d7709f3d525d81253ecbda28ec9d4eda24508c4 Mon Sep 17 00:00:00 2001 From: sgfost Date: Fri, 18 Oct 2024 10:25:40 -0700 Subject: [PATCH] fix: deep clone to refresh sologame state things went haywire without a hard refresh because events, treatment params, etc. remained the same object reference --- client/src/views/ProlificStudy.vue | 5 +++-- client/src/views/SoloGame.vue | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/client/src/views/ProlificStudy.vue b/client/src/views/ProlificStudy.vue index d77c2f3d3..d90dd6b53 100644 --- a/client/src/views/ProlificStudy.vue +++ b/client/src/views/ProlificStudy.vue @@ -39,6 +39,7 @@