mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[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:
committed by
Géry Debongnie
parent
9cc0f88e02
commit
fe31f93c94
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user