mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix
This commit is contained in:
@@ -230,7 +230,7 @@ const jump_calltree_node = (_state, _current_calltree_node) => {
|
|||||||
)
|
)
|
||||||
|
|
||||||
const parent = _parent.id == null
|
const parent = _parent.id == null
|
||||||
? _parent.children[0]
|
? current_calltree_node
|
||||||
: _parent
|
: _parent
|
||||||
|
|
||||||
if(
|
if(
|
||||||
|
|||||||
Reference in New Issue
Block a user