mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
refactor
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user