mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -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}
|
||||
}
|
||||
return {
|
||||
state: set_cursor_position(
|
||||
state: move_cursor(
|
||||
{...state, current_module: loc.module},
|
||||
loc.index,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user