mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
fix
This commit is contained in:
@@ -552,7 +552,7 @@ const goto_definition = (state, index) => {
|
|||||||
loc = {module: state.current_module, index: d.index}
|
loc = {module: state.current_module, index: d.index}
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
state: set_cursor_position(
|
state: move_cursor(
|
||||||
{...state, current_module: loc.module},
|
{...state, current_module: loc.module},
|
||||||
loc.index,
|
loc.index,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user