fix display console.log args when navigating logs view

This commit is contained in:
Dmitry Vasilev
2023-06-10 23:03:17 +03:00
parent 1a23d3eefc
commit 05a43b617f
4 changed files with 48 additions and 33 deletions

8
src/effects.js vendored
View File

@@ -278,14 +278,6 @@ export const render_common_side_effects = (prev, next, command, ui) => {
}
}
const selresult = next.selection_state?.result
if(selresult != null && prev.selection_state?.result != selresult) {
const node = next.selection_state.node
ui.editor.embed_value_explorer({
index: node.index + node.length,
result: next.selection_state.result,
})
}
// Value explorer
if(prev.value_explorer != next.value_explorer) {