[FIX] devtools: fix apps patching and reload

This commit fixes issues introduced in the previous fix for the apps
methods patching and also fixes the status of the profiler tracing
on reload.
This commit is contained in:
Julien Carion (juca)
2023-04-27 12:57:57 +02:00
committed by Géry Debongnie
parent 9cc0f88e02
commit fe31f93c94
2 changed files with 18 additions and 3 deletions
@@ -509,7 +509,10 @@ export const store = reactive({
this.eventsTree = [];
this.activeRecorder = false;
evalFunctionInWindow("toggleEventsRecording", [false, 0]);
this.traceRenderings = false;
evalFunctionInWindow("toggleTracing", [false]);
this.traceSubscriptions = false;
evalFunctionInWindow("toggleSubscriptionTracing", [false]);
},
// Triggers manually the rendering of the selected component