This commit is contained in:
Dmitry Vasilev
2023-11-23 14:51:10 +08:00
parent 9b92302d88
commit 28332b874e
8 changed files with 25 additions and 25 deletions

2
src/effects.js vendored
View File

@@ -223,7 +223,7 @@ export const apply_side_effects = (prev, next, ui) => {
if(
prev.io_trace != next.io_trace
||
prev.eval_cxt?.io_trace_index != next.eval_cxt.io_trace_index
prev.rt_cxt?.io_trace_index != next.rt_cxt.io_trace_index
) {
ui.render_io_trace(next)
}